Type alias QuizQuestion_ShortAnswers

QuizQuestion_ShortAnswers: QuizQuestionBase & {
    options: unknown[];
    type: SHORT_ANSWERS;
}

Generated using TypeDoc