🛡️TypeSafe 中文文档
原文档 ↗

类型别名:Question

ts
type Question = 
  | NoulQuestion
  | ScoreQuestion
  | ChoiceQuestion;

通过其 type 字段标识的问题。