UNPKG

@jlenon7/zedjs

Version:

Riot API Library for NodeJS

9 lines (8 loc) 197 B
import { LeagueItemDTO } from './league-item.dto'; export declare class LeagueListDTO { leagueId: string; tier: string; entries: LeagueItemDTO[]; queue: string; name: string; }