export type FileData = { id: string; name: string; file: string; extension: string; size: number; };