UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

7 lines 300 B
import type { INodeProperties } from 'n8n-workflow'; import * as add from './add.operation'; import * as list from './list.operation'; import * as remove from './remove.operation'; export { add, list, remove }; export declare const descriptions: INodeProperties[]; //# sourceMappingURL=index.d.ts.map