UNPKG

n8n-nodes-crisp-api

Version:

n8n community node for Crisp API integration

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