UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

8 lines 320 B
import type { INodeProperties } from 'n8n-workflow'; import * as create from './create'; import * as get from './get'; import * as getAll from './getAll'; import * as update from './update'; export { create, get, getAll, update }; export declare const descriptions: INodeProperties[]; //# sourceMappingURL=index.d.ts.map