Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/server / / HealthRollup

Type Alias: HealthRollup

ts
type HealthRollup = "ok" | "degraded" | "failing";

Defined in: packages/server/src/health/checks.ts:31

Stable