UNPKG

@elevenlabs/n8n-nodes-elevenlabs

Version:

Official ElevenLabs node for n8n

11 lines (10 loc) 477 B
import { INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class ElevenLabs implements INodeType { description: INodeTypeDescription; methods: { listSearch: { listVoices(this: import("n8n-workflow").ILoadOptionsFunctions): Promise<import("n8n-workflow").INodeListSearchResult>; listModels(this: import("n8n-workflow").ILoadOptionsFunctions): Promise<import("n8n-workflow").INodeListSearchResult>; }; }; }