UNPKG

n8n-nodes-elevenlabs-langfix

Version:

Complete implementation of ElevenLabs AI voice generation into n8n workflows.

3 lines (2 loc) 213 B
import { IExecuteSingleFunctions, IHttpRequestOptions } from 'n8n-workflow'; export declare function debugRequest(this: IExecuteSingleFunctions, requestOptions: IHttpRequestOptions): Promise<IHttpRequestOptions>;