Files
gridpilot.gg/core/racing/application/dto/ReopenRaceCommandDTO.ts
2025-12-19 23:18:53 +01:00

4 lines
60 B
TypeScript

export interface ReopenRaceCommandDTO {
raceId: string;
}