Interface TallyPayloadQuestionDTO

interface TallyPayloadQuestionDTO {
    isHidden?: boolean;
    isRequired?: boolean;
}

Hierarchy (View Summary)

Properties

isHidden?: boolean
isRequired?: boolean