@climatepartner/climatepartner-api-sdk
Version:
The ClimatePartner API provides one uniform public API to customers of ClimatePartner.
11 lines (10 loc) • 535 B
TypeScript
/**
* This file was generated by st-open-api
*/
import { ErrorHandler } from '../interface/i-$-open-api';
import { IHealthcheckResponse } from '../interface/components/i-healthcheck-response';
import { RequestInterceptor } from '../interface/i-$-open-api';
import { ResponseInterceptor } from '../interface/i-$-open-api';
export declare class HealthcheckBaseService {
healthcheck: (interceptor?: RequestInterceptor, errorHandler?: ErrorHandler, responseInterceptor?: ResponseInterceptor<any>) => Promise<IHealthcheckResponse>;
}