interface ILabel {
    name: string;
    value: string;
}

Implemented by

Properties

Properties

name: string
value: string