Interface Tag

A tag is a pair of a number and a type.

interface Tag {
    tag: number;
    type: number;
}

Properties

Properties

tag: number

the number of the tag

type: number

the type of the tag