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