UNPKG

n8n-nodes-zalo-tools

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