Type Alias TagBeta

Tag: {
    tag_name: string;
    tag_value: string;
}

Represents a tag with a name and value.

Type declaration

  • Betatag_name: string

    The name of the tag.

  • Betatag_value: string

    The value of the tag.