UNPKG

n8n

Version:

n8n Workflow Automation Tool

5 lines (4 loc) 264 B
import type { MigrationContext, IrreversibleMigration } from '../../types'; export declare class PurgeInvalidWorkflowConnections1675940580449 implements IrreversibleMigration { up({ escape, parseJson, runQuery, nodeTypes }: MigrationContext): Promise<void>; }