namespace Domain.Contracts open Domain type CreateQuestionRequest = { TopicId: TopicId Text: string Points: float Type: QuestionTypeView }