Interface Tag

Represents a tag.

interface Tag {
    description: string;
    isNsfw: boolean;
    name: string;
    tagId: number;
}

Properties

description: string
isNsfw: boolean
name: string
tagId: number