Type Alias: Question
TS THEME={NULL}
api.wedstack.ru/v1
type Question =
| NoulQuestion
| ScoreQuestion
| ChoiceQuestion;
Вопрос, определяемый полем type.
type Question =
| NoulQuestion
| ScoreQuestion
| ChoiceQuestion;
Вопрос, определяемый полем type.