UNPKG

n8n-nodes-winko-bot

Version:

Winko Bot for n8n - Zalo Nodes

6 lines (5 loc) 228 B
import { INodeType, INodeTypeDescription, IExecuteFunctions } from 'n8n-workflow'; export declare class ZaloTag implements INodeType { description: INodeTypeDescription; execute(this: IExecuteFunctions): Promise<any>; }