type alias HealthStatus
Since 0.1.0

Health state reported by a health indicator.

Definition

"up" | "down" | "degraded"

Usage

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