export interface Image { type: "image"; image_url: string; alt_text: string; title?: string; block_id?: string; }