UNPKG

@andresaya/n8n-nodes-edgetts

Version:

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

11 lines (10 loc) 390 B
import { IExecuteFunctions } from 'n8n-workflow'; export declare function listAll(this: IExecuteFunctions, itemIndex: number): Promise<{ json: any; }[]>; export declare function filterByLanguage(this: IExecuteFunctions, itemIndex: number): Promise<{ json: any; }[]>; export declare function filterByGender(this: IExecuteFunctions, itemIndex: number): Promise<{ json: any; }[]>;