Type alias QuizQuestionBase

QuizQuestionBase: {
    id: number;
    question: string;
    score: number;
    title: string;
    type: QuestionType;
}

Type declaration

  • id: number
  • question: string
  • score: number
  • title: string
  • type: QuestionType

Generated using TypeDoc