UNPKG

n8n-nodes-wechat-offiaccount

Version:
7 lines (6 loc) 340 B
import { IExecuteFunctions, INodeType, INodeTypeDescription } from 'n8n-workflow'; import { INodeExecutionData } from 'n8n-workflow/dist/Interfaces'; export declare class WechatOfficialAccountResponseNode implements INodeType { description: INodeTypeDescription; execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>; }