Type Alias ActiveInviteUpdateArgs<ExtArgs>

ActiveInviteUpdateArgs<ExtArgs>: {
    data: XOR<ActiveInviteUpdateInput, ActiveInviteUncheckedUpdateInput>;
    include?: ActiveInviteInclude<ExtArgs> | null;
    omit?: ActiveInviteOmit<ExtArgs> | null;
    select?: ActiveInviteSelect<ExtArgs> | null;
    where: ActiveInviteWhereUniqueInput;
}

ActiveInvite update

Type Parameters

Type declaration