Files
gridpilot.gg/core/racing/application/dto/CancelRaceCommandDTO.ts
2025-12-16 18:17:48 +01:00

3 lines
59 B
TypeScript

export interface CancelRaceCommandDTO {
raceId: string;
}