Type Alias ActiveInviteDefaultArgs<ExtArgs>

ActiveInviteDefaultArgs<ExtArgs>: {
    include?: ActiveInviteInclude<ExtArgs> | null;
    omit?: ActiveInviteOmit<ExtArgs> | null;
    select?: ActiveInviteSelect<ExtArgs> | null;
}

ActiveInvite without action

Type Parameters

Type declaration