UNPKG

n8n-nodes-helixdb

Version:

n8n community node to integrate with HelixDB - the time-series database for modern applications

6 lines (5 loc) 272 B
import type { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class HelixDb implements INodeType { description: INodeTypeDescription; execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>; }