UNPKG

n8n-nodes-tiny-erp-api-v2

Version:

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

8 lines (7 loc) 236 B
import { ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class TinyErpApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; }