Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/security / / AuditDecision

Type Alias: AuditDecision

ts
type AuditDecision = "success" | "denied" | "error" | "not-found";

Defined in: packages/security/src/audit/types.ts:81

Decision recorded by the audit entry.

Stable