LegacyMigration
Table of contents
interface LegacyMigration<Before = any, After = any> {}
Properties
down: (newState: After) => Before
up: (oldState: Before) => After
interface LegacyMigration<Before = any, After = any> {}
down: (newState: After) => Before
up: (oldState: Before) => After