Files
DefinitelyTyped/riot-games-api/riot-games-api-tests.ts
Xavier Stouder 56f0e5b31b Initial commit
2015-10-27 16:07:25 +01:00

11 lines
211 B
TypeScript

/// <reference path="riot-games-api.d.ts" />
let champion: RiotGamesAPI.Champion.ChampionDto = {
active: true,
botEnabled: true,
botMmEnabled: false,
freeToPlay: false,
id: 42,
rankedPlayEnabled: false
}