palette-sdk-typescript
Version:
TypeScript SDK for Spectro Cloud Palette API
16 lines • 664 B
JavaScript
;
/**
* Copyright (c) Spectro Cloud
* SPDX-License-Identifier: Apache-2.0
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.NotificationActionActionType = void 0;
// eslint-disable-next-line @typescript-eslint/no-redeclare
exports.NotificationActionActionType = {
NotifyActionPacksUpdate: 'NotifyActionPacksUpdate',
NotifyActionClusterProfileUpdate: 'NotifyActionClusterProfileUpdate',
NotifyActionPackRegistryUpdate: 'NotifyActionPackRegistryUpdate',
NotifyActionClusterUpdate: 'NotifyActionClusterUpdate',
NotifyActionNone: 'NotifyActionNone',
};
//# sourceMappingURL=notificationActionActionType.js.map