Hi all! I've been trying to find any documentation...
# community-help
u
Hi all! I've been trying to find any documentation on how to use the js client library with typescript, but haven't find anything at all. All I found is pull requests where implementation was discussed. Could somehow point me in the right direction with some example code on how to get a typed hits response to a `typesense.collections('something').documents().search`` ? I have defined and use a
CollectionCreateSchema
to create the collections, but not sure how to go from here. Thanks!