Type alias TopicProject

TopicProject: TopicBase & {
    topicable: TopicableBase;
    topicable_type: Project;
}

Generated using TypeDoc