export interface JoinLeagueCommandDTO { leagueId: string; driverId: string; }