UNPKG

@contaazul/n8n-nodes-contaazul

Version:

Node for integration with Conta Azul API in n8n

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