UNPKG

@n8n-plus/n8n-plus

Version:

n8n Workflow Automation Tool (plus edition)

8 lines (7 loc) 297 B
import { Request } from 'express'; import { WebhookService } from './webhook.service'; export declare class WebhooksController { private readonly webhookService; constructor(webhookService: WebhookService); findWebhook(req: Request): Promise<import("@n8n/db").WebhookEntity | null>; }