UNPKG

n8n

Version:

n8n Workflow Automation Tool

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