gmm parameter.

interface GmmParameter {
    info: string;
    label: string;
    values: GmmValue[];
}

Properties

Properties

info: string
label: string
values: GmmValue[]