类型别名:Question
ts
type Question =
| NoulQuestion
| ScoreQuestion
| ChoiceQuestion;通过其 type 字段标识的问题。
type Question =
| NoulQuestion
| ScoreQuestion
| ChoiceQuestion;通过其 type 字段标识的问题。