interface IAttribute {
    key?: string;
    value?: string;
}

Implemented by

Properties

Properties

key?: string
value?: string