Interface GetMapValuesPayload

interface GetMapValuesPayload {
    valuesToFetch: {
        keys: string[];
        mapId: string;
    }[];
}

Properties

Properties

valuesToFetch: {
    keys: string[];
    mapId: string;
}[]

The values to fetch for each map.