interface MatchDetailsExtra {
    matchOfficial: API.soccer.MatchTournamentCalendar.MatchOfficial[];
    attendance?: string;
}

Properties

attendance?: string