interface QuestionAnswer {
    answers: QuestionAnswer[];
    code: string;
    isHeader: boolean;
    text: string;
}

Properties

answers: QuestionAnswer[]
code: string
isHeader: boolean
text: string

Generated using TypeDoc