wip
This commit is contained in:
4
packages/racing/application/dto/JoinLeagueCommandDTO.ts
Normal file
4
packages/racing/application/dto/JoinLeagueCommandDTO.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export interface JoinLeagueCommandDTO {
|
||||
leagueId: string;
|
||||
driverId: string;
|
||||
}
|
||||
Reference in New Issue
Block a user