export type UploadCreate = { readonly id: string; name: string; size: number; readonly type: string; instance_id: string; readonly presigned_url: string; };