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

fix(ts): make queryID optional #806

Merged
merged 1 commit into from Jan 13, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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