UNPKG

@activadee/n8n-nodes-gradio-client

Version:
5 lines (4 loc) 205 B
import { ILoadOptionsFunctions, INodePropertyOptions } from 'n8n-workflow'; export declare const loadOptionsMethods: { getApiFunctions(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; };