UNPKG

@n8n/n8n-nodes-langchain

Version:
3 lines (2 loc) 170 B
import { type IExecuteFunctions } from 'n8n-workflow'; export declare const processItem: (ctx: IExecuteFunctions, itemIndex: number) => Promise<Record<string, unknown>>;