UNPKG

@fluxo-engine/core

Version:

fluxo workflow engine core

4 lines (3 loc) 214 B
import { ExecutionContext } from '../types/context'; import { UnknowEnum } from '../types/core'; export declare function executeNode<NodeType extends UnknowEnum>(context: ExecutionContext<NodeType>): Promise<any>;