UNPKG

n8n-nodes-tushare

Version:
4 lines (3 loc) 209 B
import type { Tool } from '@langchain/core/tools'; import { type INodeExecutionData } from 'n8n-workflow'; export declare function executeTool(tool: Tool, query: string | object): Promise<INodeExecutionData>;