interface PenaltyShot {
    contestantId: string;
    timeMin: number;
    timeMinSec: string;
    lastUpdated: Date;
    timestamp: Date;
    outcome: string;
    playerId: string;
    scorerName: string;
    teamPenaltyNumber: number;
    optaEventId: string;
}

Properties

contestantId: string
timeMin: number
timeMinSec: string
lastUpdated: Date
timestamp: Date
outcome: string
playerId: string
scorerName: string
teamPenaltyNumber: number
optaEventId: string