Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: export
SafeActionClient
type to make it portable (#267)
Includes the `SafeActionClient` into the types export to make the inferred type of `createSafeActionClient` portable in order to avoid the error [TS2742](https://typescript.tv/errors/#ts2742). It enables declaring the action client in a shared package and import it in the other apps or packages.
- Loading branch information