export interface RegisterForRaceCommandDTO { raceId: string; leagueId: string; driverId: string; }