UNPKG

n8n-nodes-tushare

Version:
14 lines (13 loc) 298 B
declare const testConfig: { name: string; desc: string; token: string; timeout: number; }; declare const mockInput: { code: string; limit: number; offset: number; }; declare function testToolDataCall(): Promise<void>; export { testToolDataCall, testConfig, mockInput };