Interface GmfLayerAttributeValue

interface GmfLayerAttributeValue {
    label: string;
    value: string;
}

Properties

Properties

label: string
value: string