Type Alias ClientUpdateManyArgs<ExtArgs>

ClientUpdateManyArgs<ExtArgs>: {
    data: XOR<ClientUpdateManyMutationInput, ClientUncheckedUpdateManyInput>;
    limit?: number;
    where?: ClientWhereInput;
}

Client updateMany

Type Parameters

Type declaration