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