sp-dev-fx-webparts/samples/angular-ngofficeuifabric-fi.../lib/webparts/angularFileUpload/interfaces/IFileItem.d.ts

6 lines
92 B
TypeScript

export interface IFileItem {
Id: number;
FileLeafRef: string;
Modified: Date;
}