Type Alias R2StorageUpdateManyArgs<ExtArgs>

R2StorageUpdateManyArgs<ExtArgs>: {
    data: XOR<R2StorageUpdateManyMutationInput, R2StorageUncheckedUpdateManyInput>;
    limit?: number;
    where?: R2StorageWhereInput;
}

R2Storage updateMany

Type Parameters

Type declaration