Table of contents
interface LegacyMigration<Before = any, After = any> {}

Properties

down

down: (newState: After) => Before

up

up: (oldState: Before) => After

LegacyBaseMigrationsInfoLegacyMigrations