UNPKG

@n8n/n8n-nodes-langchain

Version:
8 lines (7 loc) 324 B
import type { INodeProperties } from 'n8n-workflow'; import * as create from './create.operation'; import * as get from './get.operation'; import * as remove from './remove.operation'; import * as update from './update.operation'; export { create, get, remove, update }; export declare const description: INodeProperties[];