UNPKG

realm-object-server

Version:

Realm Object Server

7 lines (6 loc) 231 B
import { ServiceClientBase } from "./ServiceClientBase"; export declare class HealthClient extends ServiceClientBase { protected serviceName: string; protected baseRoute: string; hasServerStarted(): Promise<boolean>; }