UNPKG
palette-sdk-typescript
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.2-pre
TypeScript SDK for Spectro Cloud Palette API
palette-sdk-typescript
/
dist
/
palette
/
schemas
/
healthPing.d.ts
14 lines
•
284 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/**
*
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
*/ export type HealthPing = { msg?: string; }; //# sourceMappingURL=healthPing.d.ts.map