UNPKG

@jlenon7/zedjs

Version:

Riot API Library for NodeJS

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