UNPKG

n8n-nodes-zalo-tools

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