Interface iGetMapValuesPayload

interface iGetMapValuesPayload {
    keys: string[];
    mapId: string;
}

Implemented by

Properties

Properties

keys: string[]

The values to fetch for each map.

mapId: string

The map ID to fetch.

MMNEPVFCICPMFPCPTTAAATR