export interface JoinTeamCommandDTO { teamId: string; driverId: string; }