interface RoundResultDto {
    bombDefuser: string;
    bombPlanter: string;
    defuseLocation: LocationDto;
    defusePlayerLocations: PlayerLocationsDto[];
    defuseRoundTime: number;
    plantLocation: LocationDto;
    plantPlayerLocations: PlayerLocationsDto[];
    plantRoundTime: number;
    plantSite: string;
    playerStats: PlayerRoundStatsDto[];
    roundCeremony: string;
    roundNum: number;
    roundResult: string;
    roundResultCode: string;
    winningTeam: string;
}

Properties

bombDefuser: string
bombPlanter: string
defuseLocation: LocationDto
defusePlayerLocations: PlayerLocationsDto[]
defuseRoundTime: number
plantLocation: LocationDto
plantPlayerLocations: PlayerLocationsDto[]
plantRoundTime: number
plantSite: string
playerStats: PlayerRoundStatsDto[]
roundCeremony: string
roundNum: number
roundResult: string
roundResultCode: string
winningTeam: string