UNPKG

btcpay-greenfield-node-client

Version:
11 lines (9 loc) 228 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type ApplicationHealthData = { /** * True if the instance is fully synchronized, according to NBXplorer */ synchronized?: boolean; }