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

Commit

Permalink
feat(ts): allow showParentLevel in hierarchicalFacet
Browse files Browse the repository at this point in the history
this has been supported since 2.6
  • Loading branch information
Haroenv committed Jul 30, 2021
1 parent 3b4cdd9 commit cef547d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1132,6 +1132,7 @@ declare namespace algoliasearchHelper {
attributes: string[];
separator?: string;
rootPath?: string | null;
showParentLevel?: boolean;
};

type OperatorList = {
Expand Down

0 comments on commit cef547d

Please sign in to comment.