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