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