UNPKG

@n8n/n8n-nodes-langchain

Version:
4 lines (3 loc) 253 B
import type { INodeInputConfiguration, INodeParameters, INodeProperties } from 'n8n-workflow'; export declare const numberInputsProperty: INodeProperties; export declare function configuredInputs(parameters: INodeParameters): INodeInputConfiguration[];