Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/server / / HealthStatus

Type Alias: HealthStatus

ts
type HealthStatus = "ok" | "warn" | "fail";

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

Stable