Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
fix(store): Expose ActionType interface from store/src/models.

ActionType is useful for extracting the response type of the new action creators.
  • Loading branch information
KamranAsif authored Aug 23, 2019
1 parent 34c0420 commit dc7061e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/store/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export {
ActionReducer,
ActionReducerMap,
ActionReducerFactory,
ActionType,
Creator,
MetaReducer,
Selector,
Expand Down

0 comments on commit dc7061e

Please sign in to comment.