UNPKG

n8n

Version:

n8n Workflow Automation Tool

6 lines (5 loc) 311 B
import type { DisconnectAnalyzer, DisconnectErrorOptions } from '../task-runners/task-broker/task-broker-types'; export declare class DefaultTaskRunnerDisconnectAnalyzer implements DisconnectAnalyzer { get isCloudDeployment(): boolean; toDisconnectError(opts: DisconnectErrorOptions): Promise<Error>; }