n8n
Version:
n8n Workflow Automation Tool
8 lines (7 loc) • 375 B
TypeScript
import type { IExecutionResponse } from './Interfaces';
import { WaitingWebhooks } from './webhooks/WaitingWebhooks';
export declare class WaitingForms extends WaitingWebhooks {
protected includeForms: boolean;
protected logReceivedWebhook(method: string, executionId: string): void;
protected disableNode(execution: IExecutionResponse, method?: string): void;
}