UNPKG
supra-l1-sdk-core
Version:
latest (2.0.1)
2.0.1
2.0.0
Core of the Supra-L1-SDK
supra-l1-sdk-core
/
src
/
generated
/
models
/
HealthCheckSuccess.ts
12 lines
(9 loc)
•
184 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
/** * Representation of a successful healthcheck */
export
type
HealthCheckSuccess = { message:
string
; };