Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- while testing we have methods using this method signature and it would be nice if we did not have define this. We were running into the issue as reported in microsoft/TypeScript#7960 So workaround was to do something like ``` const loginAction = userActions.login as ModuleAction<UserState>; ```
- Loading branch information