UNPKG

@activadee/n8n-nodes-gradio-client

Version:
11 lines (10 loc) 466 B
import { IExecuteFunctions, INodeExecutionData, INodeType } from 'n8n-workflow'; export declare class GradioClient implements INodeType { description: import("n8n-workflow").INodeTypeDescription; methods: { loadOptions: { getApiFunctions(this: import("n8n-workflow").ILoadOptionsFunctions): Promise<import("n8n-workflow").INodePropertyOptions[]>; }; }; execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>; }