UNPKG

n8n-nodes-tiny-erp-api-v2

Version:

Custom nodes for Tiny ERP integration with n8n, including AI tools for AI Agent workflows

4 lines (3 loc) 244 B
import { IExecuteFunctions, INodeExecutionData, INodeProperties } from 'n8n-workflow'; export declare const description: INodeProperties[]; export declare function execute(this: IExecuteFunctions, index: number): Promise<INodeExecutionData[]>;