Type Aliases

GraphOutput

Type Alias: GraphOutput

GraphOutput = Record<string, unknown>

Defined in: src/core-flow/Graph.ts:198

Outputs keyed by node id. Every node that ran contributes one entry.

On this page