interface TagAttributes {
    name: string;
    uri: string;
    value: string;
}

Properties

Properties

name: string
uri: string
value: string