interface Competition {
    id: string;
    ocId: string;
    name: string;
    competitionCode: string;
    displayOrder: number;
    country: string;
    countryId: string;
    isFriendly: string;
    competitionFormat: string;
    type: string;
    tournamentCalendar: API.soccer.TournamentCalendar.TournamentCalendar[];
    competitionType: string;
    countryCode?: string;
    opId?: string;
    knownName?: string;
    sponsorName?: string;
}

Properties

id: string
ocId: string
name: string
competitionCode: string
displayOrder: number
country: string
countryId: string
isFriendly: string
competitionFormat: string
type: string
competitionType: string
countryCode?: string
opId?: string
knownName?: string
sponsorName?: string