UNPKG

@wiro-ai/n8n-nodes-wiroai

Version:

n8n community node for Wiro AI — 290+ AI models: video, image, audio, LLM, 3D, and more.

7 lines (6 loc) 300 B
import { IExecuteFunctions } from 'n8n-workflow'; export declare function pollTaskUntilComplete(this: IExecuteFunctions, socketaccesstoken: string, headers: Record<string, string>, options?: { maxAttempts?: number; pollingIntervalMs?: number; debug?: boolean; }): Promise<string | null>;