UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

12 lines 564 B
import type { INodeProperties } from 'n8n-workflow'; import * as create from './create.operation'; import * as get from './get.operation'; import * as list from './list.operation'; import * as lock from './lock.operation'; import * as remove from './remove.operation'; import * as search from './search.operation'; import * as unlock from './unlock.operation'; import * as update from './update.operation'; export { create, get, search, update, remove, lock, unlock, list }; export declare const descriptions: INodeProperties[]; //# sourceMappingURL=index.d.ts.map