export type ImageType = { path: string height: number width: number alt: string mimeType?: string }