interface GameConfigResponse {
    config: GameConfig;
    entitlements: GameEntitlements;
}

Properties

Properties

config: GameConfig
entitlements: GameEntitlements