n8n-nodes-base
Version:
Base nodes of n8n
8 lines • 377 B
TypeScript
import type { INodeProperties } from 'n8n-workflow';
import * as create from './create.operation';
import * as deleteReport from './deleteReport.operation';
import * as get from './get.operation';
import * as getAll from './getAll.operation';
export { create, deleteReport, get, getAll };
export declare const description: INodeProperties[];
//# sourceMappingURL=index.d.ts.map