Question: {
    answerValue?: string[];
    enableWhen?: EnableWhen[];
    enableWhenOperator?: Operator;
    item?: Question[];
    maxLength?: number;
    minLength?: number;
    question: string;
    questionIdentifier: string;
    questionType: QuestionType;
    regEx?: string;
    required?: boolean;
}