6 lines
92 B
TypeScript

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