interface Tag {
    key: string;
    marker?: string;
    relay?: string;
    value?: string;
}

Properties

key: string
marker?: string
relay?: string
value?: string

Generated using TypeDoc