UNPKG

@jlenon7/zedjs

Version:

Riot API Library for NodeJS

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