export interface Image { type: "image" image_url: string alt_text: string }