/**
 * 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
 */
import type { SpectroClusterCloudCost } from './spectroClusterCloudCost';
import type { ResourceCost } from './resourceCost';
/**
 * Spectro cluster cost information
 */
export type SpectroClusterCost = {
    cloud?: SpectroClusterCloudCost;
    cost?: ResourceCost;
    name?: string;
    uid?: string;
};
//# sourceMappingURL=spectroClusterCost.d.ts.map