UNPKG

n8n-nodes-evolution-api

Version:
3 lines (2 loc) 158 B
import { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow'; export declare function sendText(ef: IExecuteFunctions): Promise<INodeExecutionData[]>;