export type UploadedImage = { readonly id: number; name?: string | null; readonly image: string; };