export type UploadCreateRequest = { name: string; size: number; instance_id: string; };