palette-sdk-typescript
Version:
TypeScript SDK for Spectro Cloud Palette API
14 lines • 410 B
JavaScript
;
/**
* Copyright (c) Spectro Cloud
* SPDX-License-Identifier: Apache-2.0
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.ControlPlaneEndPointType = void 0;
// eslint-disable-next-line @typescript-eslint/no-redeclare
exports.ControlPlaneEndPointType = {
VIP: 'VIP',
External: 'External',
DDNS: 'DDNS',
};
//# sourceMappingURL=controlPlaneEndPointType.js.map