Tag: {
    description: string;
    name: string;
    tag_id: string;
}

Represents a tag.

Type declaration

  • description: string

    A description of the tag.

  • name: string

    The name of the tag.

  • tag_id: string

    The ID of the tag.