UNPKG

n8n

Version:

n8n Workflow Automation Tool

7 lines (6 loc) 271 B
import { MigrationInterface, QueryRunner } from 'typeorm'; export declare class UpdateWorkflowCredentials1630419189837 implements MigrationInterface { name: string; up(queryRunner: QueryRunner): Promise<void>; down(queryRunner: QueryRunner): Promise<void>; }