UNPKG

@iyonger/aptos-web3-bip44.js

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