4 lines
60 B
TypeScript
4 lines
60 B
TypeScript
export interface ReopenRaceCommandDTO {
|
|
raceId: string;
|
|
}
|
export interface ReopenRaceCommandDTO {
|
|
raceId: string;
|
|
}
|