interface Goal {
    contestantId: string;
    periodId: number;
    timeMin: number;
    timeMinSec: string;
    lastUpdated: Date;
    timestamp: Date;
    type: string;
    scorerId: string;
    scorerName: string;
    optaEventId: string;
    homeScore: number;
    awayScore: number;
    assistPlayerId?: string;
    assistPlayerName?: string;
    secondAssistPlayerId?: string;
    ocSecondAssistPlayerId?: string;
    opSecondAssistPlayerId?: string;
    secondAssistPlayerName?: string;
    varReviewed?: string;
    originalDecision?: string;
}

Properties

contestantId: string
periodId: number
timeMin: number
timeMinSec: string
lastUpdated: Date
timestamp: Date
type: string
scorerId: string
scorerName: string
optaEventId: string
homeScore: number
awayScore: number
assistPlayerId?: string
assistPlayerName?: string
secondAssistPlayerId?: string
ocSecondAssistPlayerId?: string
opSecondAssistPlayerId?: string
secondAssistPlayerName?: string
varReviewed?: string
originalDecision?: string