UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

9 lines (8 loc) 357 B
import { l as HealthCheck } from "../../health-DlOneKBT.js"; //#region extensions/policy/src/doctor/register.d.ts type PolicyDoctorRegistrationHost = { readonly registerHealthCheck: (check: HealthCheck) => void; }; declare function registerPolicyDoctorChecks(host?: PolicyDoctorRegistrationHost): void; //#endregion export { registerPolicyDoctorChecks };