interface MatchInfoDto {
    customGameName: string;
    gameLengthMillis: number;
    gameMode: string;
    gameStartMillis: number;
    isCompleted: boolean;
    isRanked: boolean;
    mapId: string;
    matchId: string;
    provisioningFlowId: string;
    queueId: string;
    seasonId: string;
}

Properties

customGameName: string
gameLengthMillis: number
gameMode: string
gameStartMillis: number
isCompleted: boolean
isRanked: boolean
mapId: string
matchId: string
provisioningFlowId: string
queueId: string
seasonId: string