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

Properties

attendance: string