Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/security / / CheckStatus

Type Alias: CheckStatus

ts
type CheckStatus = "ok" | "warn" | "fail" | "skip";

Defined in: packages/security/src/hardening/doctor.ts:32

Discriminator for individual check outcomes.

Stable