Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/tools / / NormaliseOutcome
Interface: NormaliseOutcome<TInput, TOutput, TDeps>
Defined in: packages/tools/src/registry/normalize.ts:63
Outcome of normaliseTool(...). Carries the resolved record AND the WARN flags the registry layer surfaces through audit events + counter increments.
Type Parameters
| Type Parameter |
|---|
TInput |
TOutput |
TDeps |
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
deferredDefaultApplied | readonly | boolean | packages/tools/src/registry/normalize.ts:66 |
resolved | readonly | ResolvedTool<TInput, TOutput, TDeps> | packages/tools/src/registry/normalize.ts:64 |
warnings | readonly | readonly NormaliseWarning[] | packages/tools/src/registry/normalize.ts:65 |