UNPKG

n8n-nodes-zalo-tools

Version:
11 lines (10 loc) 471 B
import { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription, INodePropertyOptions, ILoadOptionsFunctions } from 'n8n-workflow'; export declare class ZaloSendMessage implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { getBinaryProperties(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; }; }; execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>; }