UNPKG

n8n-nodes-zid-beta

Version:

BETA; n8n custom nodes for integrating with the Zid API (orders, products, customers, etc.)

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