import type { PhotoFields } from "./photo.ts"; export interface LeadGenQuestionOptionFields { key: string; photo: PhotoFields; value: string; } //# sourceMappingURL=lead-gen-question-option.d.ts.map