UNPKG

n8n

Version:

n8n Workflow Automation Tool

7 lines (6 loc) 320 B
import type { BreakingChangeRuleMetadata, IBreakingChangeInstanceRule, InstanceDetectionReport } from '../../types'; export declare class CliActivateAllWorkflowsRule implements IBreakingChangeInstanceRule { id: string; getMetadata(): BreakingChangeRuleMetadata; detect(): Promise<InstanceDetectionReport>; }