interface Series {
    id: string;
    formatId: API.soccer.Match.SeriesFormatID;
    name: API.soccer.Match.SeriesName;
}

Properties

Properties

id: string