Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Commit 67ad89b

Browse files
author
Eunjae Lee
authored
fix(ts): make queryID optional (#806)
1 parent 1fc3239 commit 67ad89b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1213,7 +1213,7 @@ declare namespace algoliasearchHelper {
12131213
* queryID is the unique identifier of the query used to generate the current search results.
12141214
* This value is only available if the `clickAnalytics` search parameter is set to `true`.
12151215
*/
1216-
queryID: string;
1216+
queryID?: string;
12171217
/**
12181218
* disjunctive facets results
12191219
*/

0 commit comments

Comments
 (0)