/**
 * Copyright (c) Spectro Cloud
 * SPDX-License-Identifier: Apache-2.0
 */
/**
 * Generated by orval v7.10.0 🍺
 * Do not edit manually.
 * Palette APIs - 4.7
 * 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