A function that performs a single health check and resolves to a
HealthIndicatorResult. Used as the return type of
HealthCheckStrategy.getHealthIndicator.
Signature
type HealthIndicatorFunction = () => | PromiseLike<HealthIndicatorResult> | HealthIndicatorResult