Type alias TopicUnselected

TopicUnselected: TopicBase & {
    topicable?: never;
    topicable_type?: Unselected;
}

Generated using TypeDoc