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