UNPKG

n8n

Version:

n8n Workflow Automation Tool

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>; }