The outcome of one health check.
readonly
status: HealthStatus
The reported health state.
readonly
optional
data: Readonly<Record<string, unknown>>
Optional diagnostic details (response times, versions, …).
The outcome of one health check.
status: HealthStatus
The reported health state.
data: Readonly<Record<string, unknown>>
Optional diagnostic details (response times, versions, …).
import { type HealthCheckResult } from "common/src/index.ts";