Type alias TopicH5P

TopicH5P: TopicBase & {
    topicable: TopicableBase & {
        content: H5PContent;
    };
    topicable_type: H5P;
}

Generated using TypeDoc