/**
 * 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 { SpectroClusterProfileEntity } from './spectroClusterProfileEntity';
export type EdgeNativeClusterPairSpcEntitySpec = {
    /** Pairing uid request */
    pairingUid: string;
    /** ClusterProfileTemplate is a copy of the draft version or latest published version of the clusterprofileSpec.clusterprofileTemplate */
    profiles: SpectroClusterProfileEntity[];
};
//# sourceMappingURL=edgeNativeClusterPairSpcEntitySpec.d.ts.map