5 lines
104 B
TypeScript
5 lines
104 B
TypeScript
export interface RegisterForRaceCommandDTO {
|
|
raceId: string;
|
|
leagueId: string;
|
|
driverId: string;
|
|
} |