interface HealthCheckResult
Since 0.1.0

The outcome of one health check.

Properties

readonly
status: HealthStatus

The reported health state.

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

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

Usage

import { type HealthCheckResult } from "health-plugin/src/index.ts";