UNPKG

@n8n/n8n-nodes-langchain

Version:
4 lines (3 loc) 234 B
import type { IDataObject, INodeInputConfiguration, INodeProperties } from 'n8n-workflow'; export declare function getInputs(parameters: IDataObject): INodeInputConfiguration[]; export declare const nodeProperties: INodeProperties[];