UNPKG

n8n-nodes-warmr

Version:
2 lines (1 loc) 118 B
export declare function apiRequest<T = any>(url: string, options?: Record<string, any>, apiKey?: string): Promise<T>;