@azure/cosmos
Version:
Microsoft Azure Cosmos DB Service Node.js SDK for NOSQL API
13 lines • 352 B
JavaScript
;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
Object.defineProperty(exports, "__esModule", { value: true });
exports.PatchOperationType = void 0;
exports.PatchOperationType = {
add: "add",
replace: "replace",
remove: "remove",
set: "set",
incr: "incr",
};
//# sourceMappingURL=patch.js.map