UNPKG

palette-sdk-typescript

Version:

TypeScript SDK for Spectro Cloud Palette API

16 lines 409 B
"use strict"; /** * Copyright (c) Spectro Cloud * SPDX-License-Identifier: Apache-2.0 */ Object.defineProperty(exports, "__esModule", { value: true }); exports.HttpPatchOp = void 0; // eslint-disable-next-line @typescript-eslint/no-redeclare exports.HttpPatchOp = { add: 'add', remove: 'remove', replace: 'replace', move: 'move', copy: 'copy', }; //# sourceMappingURL=httpPatchOp.js.map