UNPKG

@n8n/n8n-nodes-langchain

Version:
5 lines (4 loc) 171 B
import type { INodeProperties } from 'n8n-workflow'; import * as upload from './upload.operation'; export { upload }; export declare const description: INodeProperties[];