UNPKG

n8n-nodes-winko-bot

Version:

Winko Bot for n8n - Zalo Nodes

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