IHealthApi.register(name: string,indicator: HealthIndicatorFn): void
Registers a health indicator.
indicator: HealthIndicatorFn
Function producing the health check result
IHealthApi.register(name: string,indicator: HealthIndicatorFn): void
Registers a health indicator.
indicator: HealthIndicatorFn
Function producing the health check result
import { type IHealthApi } from "common/src/index.ts";