UNPKG

n8n

Version:

n8n Workflow Automation Tool

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