Skip to content

Commit c1569e1

Browse files
author
Julien Heller
committed
Export MassiveActionHandlerOptions interface
1 parent 2ce877f commit c1569e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export { MassiveActionHandler } from './MassiveActionHandler'
22
export { Migration } from './Migration'
33
export { MigrationRunner } from './MigrationRunner'
4-
export { MigrationSequence } from './interfaces'
4+
export { MigrationSequence, MassiveActionHandlerOptions } from './interfaces'
55
export { default as massive } from 'massive'

0 commit comments

Comments
 (0)