interface TournamentCalendar {
    id: API.soccer.Match.TournamentCalendarID;
    startDate: API.soccer.Match.StartDate;
    endDate: API.soccer.Match.EndDate;
    name: string;
}

Properties

name: string