We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ed828a commit 4e965f0Copy full SHA for 4e965f0
src/types/types.ts
@@ -40,6 +40,7 @@ export type SearchContext = {
40
placeholderSearch: boolean
41
sort?: string
42
query?: string
43
+ indexUid: string
44
}
45
46
export type AdaptToMeiliSearchParams = (
0 commit comments