UNPKG

@n8n-plus/n8n-plus

Version:

n8n Workflow Automation Tool (plus edition)

9 lines (8 loc) 320 B
import { type ClusterCheckContext, type ClusterCheckResult, type IClusterCheck } from '@n8n/decorators'; export declare class LifecycleCheck implements IClusterCheck { checkDescription: { name: string; displayName: string; }; run(context: ClusterCheckContext): Promise<ClusterCheckResult>; }