export type UploadedBucketFileResponse = { key: string; type: string; name: string; _id: string; url: string; };