fix issues in core
This commit is contained in:
11
core/racing/application/dto/LeagueDriverSeasonStatsDTO.ts
Normal file
11
core/racing/application/dto/LeagueDriverSeasonStatsDTO.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
export interface LeagueDriverSeasonStatsDTO {
|
||||
driverId: string;
|
||||
leagueId: string;
|
||||
seasonId: string;
|
||||
totalPoints: number;
|
||||
averagePoints: number;
|
||||
bestFinish: number;
|
||||
podiums: number;
|
||||
races: number;
|
||||
wins: number;
|
||||
}
|
||||
Reference in New Issue
Block a user