UNPKG

@andresaya/n8n-nodes-edgetts

Version:

n8n node for Edge TTS - Text-to-Speech using Microsoft Edge capabilities

3 lines (2 loc) 167 B
import { IExecuteFunctions, IDataObject } from 'n8n-workflow'; export declare function textToSpeech(this: IExecuteFunctions, itemIndex: number): Promise<IDataObject>;