UNPKG

n8n-nodes-cativa

Version:

This is an n8n community node to communicate with Cativa.

7 lines (6 loc) 211 B
import { ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class CativaApi implements ICredentialType { name: string; displayName: string; properties: INodeProperties[]; }