interface HealthCheckResult
Since 0.1.0

The outcome of one health check.

Properties

The reported health state.

readonly
optional
data: Readonly<Record<string, unknown>>

Optional diagnostic details (response times, versions, …).

Usage

import { type HealthCheckResult } from "common/src/index.ts";