palette-sdk-typescript
Version:
TypeScript SDK for Spectro Cloud Palette API
25 lines • 656 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
*/
/**
* Format type of the variable value
*/
export type VariableFormat = typeof VariableFormat[keyof typeof VariableFormat];
export declare const VariableFormat: {
readonly string: "string";
readonly number: "number";
readonly boolean: "boolean";
readonly ipv4: "ipv4";
readonly ipv4cidr: "ipv4cidr";
readonly ipv6: "ipv6";
readonly version: "version";
readonly base64: "base64";
};
//# sourceMappingURL=variableFormat.d.ts.map