UNPKG

@n8n/n8n-nodes-langchain

Version:
7 lines (6 loc) 373 B
import type { INodeType, INodeTypeDescription, ISupplyDataFunctions, SupplyData, INodeTypeBaseDescription } from 'n8n-workflow'; export declare class ToolWorkflowV1 implements INodeType { description: INodeTypeDescription; constructor(baseDescription: INodeTypeBaseDescription); supplyData(this: ISupplyDataFunctions, itemIndex: number): Promise<SupplyData>; }