UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

11 lines 611 B
import type { INodeProperties } from 'n8n-workflow'; import * as addAttachment from './addAttachment.operation'; import * as create from './create.operation'; import * as deleteAttachment from './deleteAttachment.operation'; import * as deleteLog from './deleteLog.operation'; import * as executeResponder from './executeResponder.operation'; import * as get from './get.operation'; import * as search from './search.operation'; export { addAttachment, create, deleteAttachment, deleteLog, executeResponder, get, search }; export declare const description: INodeProperties[]; //# sourceMappingURL=index.d.ts.map