UNPKG

@activadee/n8n-nodes-gradio-client

Version:
4 lines (3 loc) 411 B
import { IExecuteFunctions, INodeExecutionData, IDataObject } from 'n8n-workflow'; export declare function executeGetSpaceInfo(executeFunctions: IExecuteFunctions, i: number, cleanedUrl: string, headers: IDataObject): Promise<INodeExecutionData>; export declare function executeCallFunction(executeFunctions: IExecuteFunctions, i: number, cleanedUrl: string, headers: IDataObject): Promise<INodeExecutionData>;