UNPKG

palette-sdk-typescript

Version:

TypeScript SDK for Spectro Cloud Palette API

19 lines 571 B
"use strict"; /** * Copyright (c) Spectro Cloud * SPDX-License-Identifier: Apache-2.0 */ Object.defineProperty(exports, "__esModule", { value: true }); exports.RelatedObjectKind = void 0; // eslint-disable-next-line @typescript-eslint/no-redeclare exports.RelatedObjectKind = { spectrocluster: 'spectrocluster', machine: 'machine', cloudconfig: 'cloudconfig', clusterprofile: 'clusterprofile', pack: 'pack', appprofile: 'appprofile', appdeployment: 'appdeployment', edgehost: 'edgehost', }; //# sourceMappingURL=relatedObjectKind.js.map