export type TempPhotoUploadResult = { key: string; publicUrl: string; contentType: string; sizeBytes: number; uploadedAt: string; };