Type Alias ActiveInviteInclude<ExtArgs>

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

Type Parameters