import type { PhotoFields } from "./photo.ts"; export interface LeadGenQuestionOptionFields { key: string; photo: PhotoFields; value: string; }