UNPKG

@n8n/n8n-nodes-langchain

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