UNPKG

@n8n/n8n-nodes-langchain

Version:
3 lines (2 loc) 250 B
import { type INodeInputConfiguration, type NodeConnectionType } from 'n8n-workflow'; export declare function getInputs(hasMainInput?: boolean, hasOutputParser?: boolean, needsFallback?: boolean): Array<NodeConnectionType | INodeInputConfiguration>;