UNPKG

n8n

Version:

n8n Workflow Automation Tool

6 lines (5 loc) 314 B
import type { MigrationContext, ReversibleMigration } from '../../types'; export declare class CreateCredentialUsageTable1665484192213 implements ReversibleMigration { up({ queryRunner, tablePrefix }: MigrationContext): Promise<void>; down({ queryRunner, tablePrefix }: MigrationContext): Promise<void>; }