Skip to content

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

PropertyModifierTypeDefined in
deferredDefaultAppliedreadonlybooleanpackages/tools/src/registry/normalize.ts:66
resolvedreadonlyResolvedTool<TInput, TOutput, TDeps>packages/tools/src/registry/normalize.ts:64
warningsreadonlyreadonly NormaliseWarning[]packages/tools/src/registry/normalize.ts:65