UNPKG

@c8y/client

Version:

Client application programming interface to access the Cumulocity IoT-Platform REST services.

9 lines 328 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Isolation = void 0; var Isolation; (function (Isolation) { Isolation["PER_TENANT"] = "PER_TENANT"; Isolation["MULTI_TENANT"] = "MULTI_TENANT"; })(Isolation || (exports.Isolation = Isolation = {})); //# sourceMappingURL=Isolation.js.map