export interface WhenClauseCondition { logic?: string; questionid: string; condition: string; value: string; }