Type alias TopicQuiz

TopicQuiz: TopicBase & {
    topicable: TopicableBase & {
        max_attempts?: number | null;
        max_execution_time?: number | null;
    };
    topicable_type: GiftQuiz;
}

Generated using TypeDoc