n8n-nodes-wechat-offiaccount
Version:
7 lines (6 loc) • 335 B
TypeScript
import { INodeType, INodeTypeDescription } from 'n8n-workflow';
import { IWebhookFunctions, IWebhookResponseData } from 'n8n-workflow/dist/Interfaces';
export declare class WechatOfficialAccountTrigger implements INodeType {
description: INodeTypeDescription;
webhook(this: IWebhookFunctions): Promise<IWebhookResponseData>;
}