UNPKG

n8n

Version:

n8n Workflow Automation Tool

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