Files
DefinitelyTyped/types/riot-games-api/riot-games-api-tests.ts
2017-03-24 14:27:52 -07:00

11 lines
167 B
TypeScript

let champion: RiotGamesAPI.Champion.ChampionDto = {
active: true,
botEnabled: true,
botMmEnabled: false,
freeToPlay: false,
id: 42,
rankedPlayEnabled: false
}