UNPKG

n8n-nodes-zalo-tools

Version:
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>; }