mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-10 15:05:19 +00:00
5 lines
80 B
TypeScript
5 lines
80 B
TypeScript
|
export interface IFile {
|
||
|
fileName: string;
|
||
|
fileAsBuffer: ArrayBuffer;
|
||
|
}
|