UNPKG

@netair-tech/n8n-nodes-tiny-erp-auth2

Version:

n8n custom node for Tiny ERP integration with OAuth2 authentication

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