UNPKG

@fewcha/aptos

Version:
13 lines (12 loc) 294 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export const $HealthCheckSuccess = { description: `Representation of a successful healthcheck`, properties: { message: { type: 'string', isRequired: true, }, }, } as const;