UNPKG

@mineru98/n8n-ko

Version:

n8n Workflow Automation Tool - Korean Version

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>; }