@activadee/n8n-nodes-gradio-client
Version:
n8n node for connecting to Gradio Spaces
11 lines (10 loc) • 466 B
TypeScript
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[][]>;
}