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

3 lines
59 B
TypeScript

export interface CancelRaceCommandDTO {
raceId: string;
}