UNPKG

n8n-nodes-evolution-api

Version:
3 lines (2 loc) 172 B
import { IExecuteFunctions, IRequestOptions } from 'n8n-workflow'; export declare function evolutionRequest(ef: IExecuteFunctions, options: IRequestOptions): Promise<any>;