UNPKG

btcpay-greenfield-node-client

Version:
11 lines (10 loc) 347 B
import type { ApplicationHealthData } from '../models/ApplicationHealthData'; export declare class HealthService { /** * Get health status * Check the instance health status * @returns ApplicationHealthData Instance is up * @throws ApiError */ static healthGetHealth(): Promise<ApplicationHealthData>; }