UNPKG

n8n

Version:

n8n Workflow Automation Tool

6 lines (5 loc) 363 B
import type { MigrationContext, ReversibleMigration } from '../../types'; export declare class UpdateWorkflowCredentials1630330987096 implements ReversibleMigration { up({ dbType, escape, parseJson, runQuery, runInBatches }: MigrationContext): Promise<void>; down({ dbType, escape, parseJson, runQuery, runInBatches }: MigrationContext): Promise<void>; }