export type FileData = { name: string; type: string; bucket: string; key: string; uploadTime?: Date; file?: File; previewFilePath?: string; };