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