typesense / typesense/typesense-js

Expose types again

Open
#153 4 comments 1 reaction 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.