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

Commit cef547d

Browse files
committed
feat(ts): allow showParentLevel in hierarchicalFacet
this has been supported since 2.6
1 parent 3b4cdd9 commit cef547d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1132,6 +1132,7 @@ declare namespace algoliasearchHelper {
11321132
attributes: string[];
11331133
separator?: string;
11341134
rootPath?: string | null;
1135+
showParentLevel?: boolean;
11351136
};
11361137

11371138
type OperatorList = {

0 commit comments

Comments
 (0)