Skip to content

Commit 4e965f0

Browse files
committed
Fix search context type
1 parent 7ed828a commit 4e965f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export type SearchContext = {
4040
placeholderSearch: boolean
4141
sort?: string
4242
query?: string
43+
indexUid: string
4344
}
4445

4546
export type AdaptToMeiliSearchParams = (

0 commit comments

Comments
 (0)