UNPKG

@gameye/sdk

Version:
9 lines (8 loc) 343 B
import * as models from "../models"; export declare type LocationItem = models.GameQueryLocationItem; /** * Selects all locations for a given game. * @param gameState game state * @param gameKey identifier of the game */ export declare function selectLocationListForGame(gameState: models.GameQueryState, gameKey: string): LocationItem[];