d988ae4
1
2
3
4
5
6
7
8
9
10
export interface FileEntryType { id: string; filename: string; mimetype: string; size: number; storageKey: string; createdAt: string; createdBy: string; }