6 lines
92 B
TypeScript
Raw Normal View History

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