UNPKG

twisted

Version:
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[]; }