Interface IXmlAttribute

interface IXmlAttribute {
    [key: string]: string | number | boolean;
}

Indexable

[key: string]: string | number | boolean

Generated using TypeDoc