Files
gridpilot.gg/core/racing/application/dtos/RegisterForRaceCommandDTO.ts
2025-12-17 14:04:11 +01:00

5 lines
104 B
TypeScript

export interface RegisterForRaceCommandDTO {
raceId: string;
leagueId: string;
driverId: string;
}