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