Interface Tag

interface Tag {
    tagLink: undefined | string;
    tagName: string;
}

Properties

Properties

tagLink: undefined | string
tagName: string

Generated using TypeDoc