UNPKG

palette-sdk-typescript

Version:

TypeScript SDK for Spectro Cloud Palette API

24 lines 604 B
/** * 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 */ /** * Project-scoped resource reference */ export type ProjectResourceReference = { /** Kind of the referenced resource */ kind?: string; /** Name of the referenced resource */ name?: string; /** UID of the Project that scopes this resource */ projectUid?: string; /** UID of the referenced resource */ uid?: string; }; //# sourceMappingURL=projectResourceReference.d.ts.map