rename to core
This commit is contained in:
5
core/racing/application/dto/RegisterForRaceCommandDTO.ts
Normal file
5
core/racing/application/dto/RegisterForRaceCommandDTO.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface RegisterForRaceCommandDTO {
|
||||
raceId: string;
|
||||
leagueId: string;
|
||||
driverId: string;
|
||||
}
|
||||
Reference in New Issue
Block a user