UNPKG

n8n-nodes-aluvia

Version:

n8n community node for making HTTP requests through Aluvia's mobile connectivity network

6 lines 307 B
import { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class Aluvia implements INodeType { description: INodeTypeDescription; execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>; } //# sourceMappingURL=Aluvia.node.d.ts.map