interface Card {
    contestantId: string;
    periodId: number;
    timeMin: number;
    timeMinSec: string;
    lastUpdated: Date;
    timestamp: Date;
    type: string;
    optaEventId: string;
    cardReason: string;
    playerId?: string;
    playerName?: string;
    teamOfficialId?: string;
    officialName?: string;
}

Properties

contestantId: string
periodId: number
timeMin: number
timeMinSec: string
lastUpdated: Date
timestamp: Date
type: string
optaEventId: string
cardReason: string
playerId?: string
playerName?: string
teamOfficialId?: string
officialName?: string