interface MatchInfo {
    id: string;
    coverageLevel: string;
    date: string;
    time: string;
    localDate: Date;
    localTime: string;
    numberOfPeriods: number;
    periodLength: number;
    lastUpdated: Date;
    description: string;
    sport: API.soccer.MatchPreview.Ruleset;
    ruleset: API.soccer.MatchPreview.Ruleset;
    competition: API.soccer.MatchPreview.Competition;
    tournamentCalendar: API.soccer.MatchPreview.TournamentCalendar;
    stage: API.soccer.MatchPreview.Stage;
    contestant: API.soccer.MatchPreview.Contestant[];
    venue: API.soccer.MatchPreview.Venue;
    week?: string;
    attendanceInfoId?: string;
    attendanceInfo?: string;
    series?: API.soccer.MatchPreview.Series;
    overtimeLength?: number;
    nextMatchWinnerId?: string;
    nextMatchLoserId?: string;
    var?: string;
}

Properties

id: string
coverageLevel: string
date: string
time: string
localDate: Date
localTime: string
numberOfPeriods: number
periodLength: number
lastUpdated: Date
description: string
week?: string
attendanceInfoId?: string
attendanceInfo?: string
overtimeLength?: number
nextMatchWinnerId?: string
nextMatchLoserId?: string
var?: string