export interface RemoveMemberCommand { leagueId: string; targetDriverId: string; }