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