interface Stage {
    id: string;
    formatId: API.soccer.Match.StageFormatID;
    startDate: string;
    endDate: string;
    name: API.soccer.Match.StageName;
}

Properties

id: string
startDate: string
endDate: string