UNPKG

@jlenon7/zedjs

Version:

Riot API Library for NodeJS

15 lines (14 loc) 282 B
export declare 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; }