UNPKG

n8n-nodes-tiny-erp-api-v2

Version:

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

9 lines (8 loc) 237 B
import { INodeProperties } from 'n8n-workflow'; export declare const resource: { name: string; displayName: string; description: string; operations: string[]; }; export declare const resourceDescription: INodeProperties;