Interface GetMapsPayload

interface GetMapsPayload {
    mapIds: string[];
}

Properties

Properties

mapIds: string[]

The IDs of the maps to fetch.