Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(types): correct type for SearchClient (#1195)
in some cases this was inferred to `any` instead of the right type, after TS 5.1.3. This fix was also done in the helper: algolia/algoliasearch-helper-js#943 this would have been caught if it was moved in the JS monorepo so the code could be in a shared package, or if we had updated to TS 5.1.3
- Loading branch information