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

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroenv committed Jun 14, 2021
2 parents 8165c42 + 55a909f commit 9ebc2f9
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 9ebc2f9

Please sign in to comment.