UNPKG

n8n-nodes-amocrm

Version:
5 lines (4 loc) 181 B
import { INodeProperties } from 'n8n-workflow'; import * as sendTextMessage from './sendText'; export { sendTextMessage }; export declare const descriptions: INodeProperties[];