Skip to content

Commit

Permalink
Merge pull request #61 from rabbitholegg/quickfix_export_options_type
Browse files Browse the repository at this point in the history
Chore(actions): export OptionsType
  • Loading branch information
Quazia authored Jan 5, 2024
2 parents 076adf0 + d7c99f3 commit 85d1dd9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/unlucky-pumpkins-taste.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rabbitholegg/questdk": patch
---

Export Order Types
2 changes: 1 addition & 1 deletion src/actions/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ export type {
IActionPlugin,
} from './types.js'

export { ActionType } from './types.js'
export { ActionType, OrderType } from './types.js'
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export type {
IActionPlugin,
} from './actions/types.js'

export { ActionType } from './actions/types.js'
export { ActionType, OrderType } from './actions/types.js'

export { apply } from './filter/filters.js'

Expand Down

0 comments on commit 85d1dd9

Please sign in to comment.