Type Alias LabelWithSubTopicsEventTypeItem

LabelWithSubTopicsEventTypeItem: LabelEventTypeItem & {
    subTopics: FusionToggleEventTypeItem[];
}