export type UploadImageResponse = { image_url: string; filename: string; };