@activadee/n8n-nodes-gradio-client
Version:
n8n node for connecting to Gradio Spaces
4 lines (3 loc) • 411 B
TypeScript
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>;