UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

9 lines 429 B
import type { INodeProperties } from 'n8n-workflow'; import * as create from './create.operation'; import * as deleteItem from './delete.operation'; import * as get from './get.operation'; import * as getAll from './getAll.operation'; import * as update from './update.operation'; export { create, deleteItem, get, getAll, update }; export declare const description: INodeProperties[]; //# sourceMappingURL=Item.resource.d.ts.map