Type Alias ActiveInviteUpdateManyArgs<ExtArgs>

ActiveInviteUpdateManyArgs<ExtArgs>: {
    data: XOR<ActiveInviteUpdateManyMutationInput, ActiveInviteUncheckedUpdateManyInput>;
    limit?: number;
    where?: ActiveInviteWhereInput;
}

ActiveInvite updateMany

Type Parameters

Type declaration