UNPKG

@n8n-plus/n8n-plus

Version:

n8n Workflow Automation Tool (plus edition)

3 lines (2 loc) 262 B
import type { IWebhookResponseData, WebhookResponseData } from 'n8n-workflow'; export declare function extractWebhookOnReceivedResponse(responseData: Extract<WebhookResponseData, 'noData'> | string | undefined, webhookResultData: IWebhookResponseData): unknown;