Interface TopicTag

interface TopicTag {
    name: string;
    slug: string;
    translatedName: null | string;
}

Properties

name: string
slug: string
translatedName: null | string

Generated using TypeDoc