UNPKG

n8n

Version:

n8n Workflow Automation Tool

10 lines (9 loc) 242 B
import { IWebhookDb } from '../../Interfaces'; export declare class WebhookEntity implements IWebhookDb { workflowId: number; webhookPath: string; method: string; node: string; webhookId: string; pathLength: number; }