export type ApiImage = { url: string title: string meta: { alt: string caption: string } }