interface PreviousMeetingsAnyCompMatch {
    contestants: FluffyContestants;
    goal: PurpleGoal[];
    id: string;
    date: string;
    competitionId: string;
    competitionName: string;
    tournamentCalendarId: string;
    tournamentCalendarName: string;
    competitionCode: string;
    country?: string;
    countryId?: string;
}

Properties

contestants: FluffyContestants
goal: PurpleGoal[]
id: string
date: string
competitionId: string
competitionName: string
tournamentCalendarId: string
tournamentCalendarName: string
competitionCode: string
country?: string
countryId?: string