palette-sdk-typescript
Version:
TypeScript SDK for Spectro Cloud Palette API
30 lines • 647 B
TypeScript
/**
* 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
*/
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