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.
GraphOutput =
Record<string,unknown>
Defined in: src/core-flow/Graph.ts:198
Outputs keyed by node id. Every node that ran contributes one entry.