| export interface FileEntryType { | |
| id: string; | |
| filename: string; | |
| mimetype: string; | |
| size: number; | |
| storageKey: string; | |
| createdAt: string; | |
| createdBy: string; | |
| } | |
| export interface FileEntryType { | |
| id: string; | |
| filename: string; | |
| mimetype: string; | |
| size: number; | |
| storageKey: string; | |
| createdAt: string; | |
| createdBy: string; | |
| } | |