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