UNPKG

supra-l1-sdk-core

Version:

Core of the Supra-L1-SDK

12 lines (9 loc) 184 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Representation of a successful healthcheck */ export type HealthCheckSuccess = { message: string; };