Type Alias DropUpdateManyArgs<ExtArgs>

DropUpdateManyArgs<ExtArgs>: {
    data: XOR<DropUpdateManyMutationInput, DropUncheckedUpdateManyInput>;
    limit?: number;
    where?: DropWhereInput;
}

Drop updateMany

Type Parameters

Type declaration