/** * ViewData for LeagueSchedule * This is the JSON-serializable input for the Template. */ export interface LeagueScheduleViewData { races: any[]; }