UNPKG

palette-sdk-typescript

Version:

TypeScript SDK for Spectro Cloud Palette API

22 lines 646 B
/** * Copyright (c) Spectro Cloud * SPDX-License-Identifier: Apache-2.0 */ /** * Generated by orval v7.17.0 🍺 * Do not edit manually. * Palette APIs - 4.8 * OpenAPI spec version: v1 */ /** * Cluster profile packs summary about the deprecated, disabled, deleted packs count */ export type ClusterProfilePackSummary = { /** Total count of deleted packs in a cluster profile */ deleted?: number; /** Total count of deprecated packs in a cluster profile */ deprecated?: number; /** Total count of disabled packs in a cluster profile */ disabled?: number; }; //# sourceMappingURL=clusterProfilePackSummary.d.ts.map