UNPKG

n8n-nodes-bizapp

Version:

⚠️ UNOFFICIAL third-party n8n community node for Bizapp integration. NOT affiliated with Bizapp. Use at your own risk.

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