UNPKG

n8n

Version:

n8n Workflow Automation Tool

5 lines (4 loc) 178 B
import { OrchestrationService } from '../../orchestration.service'; export declare class OrchestrationWebhookService extends OrchestrationService { sanityCheck(): boolean; }