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

3 lines
61 B
TypeScript

export interface CompleteRaceCommandDTO {
raceId: string;
}