export interface HttpRemoveUserFromTeamRequest { teamId: string; userEmail: string; }