export interface WithdrawFromRaceCommandDTO { raceId: string; driverId: string; }