export type FileProp = { _id: string; name: string; type: string; format: string; size: number; };