fix issues in core
This commit is contained in:
10
core/racing/application/dto/StandingDTO.ts
Normal file
10
core/racing/application/dto/StandingDTO.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export interface StandingDTO {
|
||||
id: string;
|
||||
leagueId: string;
|
||||
driverId: string;
|
||||
position: number;
|
||||
points: number;
|
||||
races: number;
|
||||
wins: number;
|
||||
podiums: number;
|
||||
}
|
||||
Reference in New Issue
Block a user