Interface ILabel

interface ILabel {
    displayName?: string;
    value: string;
}

Properties

Properties

displayName?: string
value: string

Generated using TypeDoc