We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22da85a commit 178f39bCopy full SHA for 178f39b
src/index.ts
@@ -1,5 +1,6 @@
1
import { Migration, MigrationContext } from './Migration';
2
+import { MigrationModel, MigrationStore } from './MigrationStore';
3
import { MongoMigrationStore } from './MongoMigrationStore';
4
import up from './up';
5
-export { Migration, MigrationContext, MongoMigrationStore, up };
6
+export { Migration, MigrationContext, MigrationModel, MigrationStore, MongoMigrationStore, up };
0 commit comments