Type alias TopicRichText

TopicRichText: TopicBase & {
    topicable: TopicableBase;
    topicable_type: RichText;
}

Generated using TypeDoc