UNPKG

@jlenon7/zedjs

Version:

Riot API Library for NodeJS

15 lines (14 loc) 247 B
export class BannedChampion { /** * Turn during which the champion was banned. */ pickTurn: number /** * Banned championId. */ championId: number /** * The ID of the team that banned the champion */ teamId?: number }