Files
gridpilot.gg/core/racing/application/dto/WithdrawFromRaceCommandDTO.ts
2025-12-15 13:46:07 +01:00

4 lines
85 B
TypeScript

export interface WithdrawFromRaceCommandDTO {
raceId: string;
driverId: string;
}