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

Commit

Permalink
fix(ts): correct required for getFacetValues
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroenv committed Jun 14, 2021
1 parent 8165c42 commit 55a909f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1353,8 +1353,8 @@ declare namespace algoliasearchHelper {
getFacetValues(
attribute: string,
opts: {
sortBy: any;
facetOrdering: boolean;
sortBy?: any;
facetOrdering?: boolean;
}
): SearchResults.FacetValue[] | SearchResults.HierarchicalFacet | undefined;

Expand Down

0 comments on commit 55a909f

Please sign in to comment.