Type Alias ActiveInviteIncludeUpdateManyAndReturn<ExtArgs>

ActiveInviteIncludeUpdateManyAndReturn<ExtArgs>: {
    team?: boolean | ActiveInvite$teamArgs<ExtArgs>;
}

Type Parameters