UNPKG

aptos

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