Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/tools / audit / ToolAuditDecision
Type Alias: ToolAuditDecision
ts
type ToolAuditDecision = "success" | "denied" | "error";Defined in: packages/tools/src/audit/index.ts:90
Decision recorded by an audit event.