Skip to content

Commit

Permalink
fix(autocomplete): add indexId to type (#6050)
Browse files Browse the repository at this point in the history
fixes #6049
  • Loading branch information
Haroenv committed Feb 14, 2024
1 parent 5edf56b commit 5f60268
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ export type AutocompleteRenderState = {
*/
indexName: string;

/**
* The id of the index
*/
indexId: string;

/**
* The resolved hits from the index matching the query.
*/
Expand Down

0 comments on commit 5f60268

Please sign in to comment.