@n8n-plus/n8n-plus
Version:
n8n Workflow Automation Tool (plus edition)
8 lines (7 loc) • 334 B
TypeScript
import type { BreakingChangeRuleMetadata, IBreakingChangeInstanceRule, InstanceDetectionReport } from '../../types';
export declare class DotenvUpgradeRule implements IBreakingChangeInstanceRule {
id: string;
getMetadata(): BreakingChangeRuleMetadata;
private fileExists;
detect(): Promise<InstanceDetectionReport>;
}