Type alias TopicScorm

TopicScorm: TopicBase & {
    topicable: TopicableBase & {
        uuid: string;
    };
    topicable_type: Scorm;
}

Generated using TypeDoc