interface GmmRequestData {
    gmms: string[];
    input: GmmInput;
}

Hierarchy (view full)

Properties

Properties

gmms: string[]
input: GmmInput