@ghsc/nshmp-utils-ts - 4.12.7
    Preparing search index...

    Interface GmmValue

    gmm value.

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

    Properties

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