rename to core
This commit is contained in:
8
core/racing/application/dto/StandingDTO.ts
Normal file
8
core/racing/application/dto/StandingDTO.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export type StandingDTO = {
|
||||
leagueId: string;
|
||||
driverId: string;
|
||||
points: number;
|
||||
wins: number;
|
||||
position: number;
|
||||
racesCompleted: number;
|
||||
};
|
||||
Reference in New Issue
Block a user