UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

10 lines 421 B
import type { IWebhookFunctions, INodeTypeDescription, IWebhookResponseData } from 'n8n-workflow'; import { Node } from 'n8n-workflow'; export declare class Webhook extends Node { authPropertyName: string; description: INodeTypeDescription; webhook(context: IWebhookFunctions): Promise<IWebhookResponseData>; private validateAuth; private handleBinaryData; } //# sourceMappingURL=Webhook.node.d.ts.map