Delete ISaveEmailToSharePointProps.ts

This commit is contained in:
Harsha Vardhini 2020-05-18 13:36:28 +05:30 committed by GitHub
parent b005c0476f
commit 345471164b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
import { WebPartContext } from "@microsoft/sp-webpart-base";
export interface ISaveEmailToSharePointProps {
description: string;
context: WebPartContext;
}