typesense / typesense/typesense-js
Expose types again
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 569
- Forks
- 99
- Avg merge
- 5h 6m
- Merged PRs (30d)
- 2
Description
I previously imported these types:
import { SearchResponse, SearchResponseHit } from 'typesense'
It looks like they're no longer exported by the library. Would be nice to have this to build custom hooks with.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the package's public TypeScript exports and the definitions of SearchResponse and SearchResponseHit. Check how these types were previously exposed, restore their public imports, and verify the package build or relevant tests accept the documented import.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100