UNPKG

n8n-nodes-bizappay

Version:

Unofficial community n8n node for Bizappay API integration - NOT officially endorsed by Bizappay

10 lines (9 loc) 320 B
import { ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class BizappayApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; description: string; properties: INodeProperties[]; test: ICredentialTestRequest; }