UNPKG

n8n-nodes-wechat-offiaccount-custom

Version:
6 lines (5 loc) 288 B
import { INodeType, INodeTypeDescription, IWebhookFunctions, IWebhookResponseData } from 'n8n-workflow'; export declare class WechatOfficialAccountTrigger implements INodeType { description: INodeTypeDescription; webhook(this: IWebhookFunctions): Promise<IWebhookResponseData>; }