UNPKG

@jlenon7/zedjs

Version:

Riot API Library for NodeJS

10 lines (8 loc) 231 B
import { TournamentScheduleClashDTO } from './tournament-schedule.clash.dto' export class TournamentClashDTO { id: number themeId: number nameKey: string nameKeySecondary: string schedule: TournamentScheduleClashDTO[] }