UNPKG

n8n-nodes-tiny-erp

Version:

Node personalizado para integração com Tiny ERP no n8n

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