@dasch-swiss/dsp-js
Version:
TypeScript client library for DSP-API
14 lines • 442 B
TypeScript
import { ApiResponseData } from '../../../models/api-response-data';
import { Endpoint } from '../../endpoint';
/**
* An endpoint to get Knora's state of health.
*
* @category Endpoint System
*/
export declare class HealthEndpointSystem extends Endpoint {
/**
* Returns Knora's state of health.
*/
getHealthStatus(): import("rxjs").Observable<ApiResponseData<any>>;
}
//# sourceMappingURL=health-endpoint-system.d.ts.map