UNPKG

n8n-nodes-finnhub

Version:
8 lines (7 loc) 204 B
import { INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class Finnhub implements INodeType { description: INodeTypeDescription; methods: { loadOptions: {}; }; }