mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-03-05 03:09:36 +00:00
6 lines
92 B
TypeScript
6 lines
92 B
TypeScript
|
export interface IFileItem {
|
||
|
Id: number;
|
||
|
FileLeafRef: string;
|
||
|
Modified: Date;
|
||
|
}
|