-
Notifications
You must be signed in to change notification settings - Fork 99
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
Description
When working with batches, I encountered some issues with typing:
Batch
type is not exported frommeilisearch
. It has to be imported frommeilisearch/src/batch
batchUids
doesn't exist in theTasksQuery
type (but the query with it works perfectly fine, having me think it was forgotten)
Expected behavior
We should be able to import the Batch type from meilisearch directly.
Using the batchUids
as a parameter shouldn't throw a typescript error.
Screenshots or Logs

Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers