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.
MassiveActionHandlerOptions
1 parent 2ce877f commit c1569e1Copy full SHA for c1569e1
src/index.ts
@@ -1,5 +1,5 @@
1
export { MassiveActionHandler } from './MassiveActionHandler'
2
export { Migration } from './Migration'
3
export { MigrationRunner } from './MigrationRunner'
4
-export { MigrationSequence } from './interfaces'
+export { MigrationSequence, MassiveActionHandlerOptions } from './interfaces'
5
export { default as massive } from 'massive'
0 commit comments