UNPKG

n8n

Version:

n8n Workflow Automation Tool

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