ChainGraph API Documentation / @badaitech/chaingraph-types / NodeExecutionResult
Interface: NodeExecutionResult
Defined in: packages/chaingraph-types/src/node/types.ts:109
Type definition for node execution result
Indexable
[key: string]: any
Properties
backgroundActions?
optionalbackgroundActions: () =>Promise<void>[]
Defined in: packages/chaingraph-types/src/node/types.ts:110
Returns
Promise<void>