interface LineUp {
    contestantId: string;
    formationUsed: string;
    player: API.soccer.MatchStats.Player[];
    teamOfficial: API.soccer.MatchStats.TeamOfficial;
    stat: API.soccer.MatchStats.LineUpStat[];
    kit: API.soccer.MatchStats.Kit;
}

Properties

contestantId: string
formationUsed: string