UNPKG

@elevenlabs/n8n-nodes-elevenlabs

Version:

Official ElevenLabs node for n8n

6 lines (5 loc) 269 B
import { ILoadOptionsFunctions, INodeListSearchResult } from "n8n-workflow"; export declare const listSearch: { listVoices(this: ILoadOptionsFunctions): Promise<INodeListSearchResult>; listModels(this: ILoadOptionsFunctions): Promise<INodeListSearchResult>; };