Type Alias ActiveInviteCreateArgs<ExtArgs>

ActiveInviteCreateArgs<ExtArgs>: {
    data: XOR<ActiveInviteCreateInput, ActiveInviteUncheckedCreateInput>;
    include?: ActiveInviteInclude<ExtArgs> | null;
    omit?: ActiveInviteOmit<ExtArgs> | null;
    select?: ActiveInviteSelect<ExtArgs> | null;
}

ActiveInvite create

Type Parameters

Type declaration