/**
 * 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 { ServiceManifestGetAction } from './serviceManifestGetAction';
export type ServiceManifestGetParams = {
    /**
     * action type
     */
    action: ServiceManifestGetAction;
    /**
     * resource file name
     */
    resourceFilename?: string;
    /**
     * spectro cluster uid
     */
    clusterUid?: string;
    /**
     * edge host uid
     */
    edgeHostUid?: string;
};
//# sourceMappingURL=serviceManifestGetParams.d.ts.map