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

Commit

Permalink
fix(ts): make queryID optional (#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eunjae Lee committed Jan 13, 2021
1 parent 1fc3239 commit 67ad89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Expand Up @@ -1213,7 +1213,7 @@ declare namespace algoliasearchHelper {
* queryID is the unique identifier of the query used to generate the current search results.
* This value is only available if the `clickAnalytics` search parameter is set to `true`.
*/
queryID: string;
queryID?: string;
/**
* disjunctive facets results
*/
Expand Down

0 comments on commit 67ad89b

Please sign in to comment.