Documentation / zerotal / health / HealthCheckFn
Type Alias: HealthCheckFn
HealthCheckFn = () =>
Promise<HealthResult|void> |HealthResult|void
Defined in: packages/core/src/health/Health.ts:35
A single health probe; may run sync or async and may return nothing for "ok".
Returns
Promise<HealthResult | void> | HealthResult | void