UNPKG

n8n-nodes-flowengine-workflow-builder

Version:

n8n community node for FlowEngine Workflow Builder - AI-powered workflow automation

6 lines (5 loc) 290 B
import type { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class FlowEngineWorkflowBuilder implements INodeType { description: INodeTypeDescription; execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>; }