Skip to content

Graphorin API reference v0.7.0


Graphorin API reference / @graphorin/server / / HealthRollup

Type Alias: HealthRollup

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

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

Stable