gmm value.

interface GmmValue {
    id: string;
    label: string;
    supportedImts: string[];
    type: GmmType;
}

Properties

id: string
label: string
supportedImts: string[]
type: GmmType