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