interface TagOptions {
    ttl?: number;
    value?: number;
}

Properties

Properties

ttl?: number

An optional duration in ms after which the tag will expire

value?: number

An optional tag value (1-100)