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

Commit 06fb959

Browse files
committed
fix(ts): add rootPath to HierarchicalFacet
1 parent 90281ac commit 06fb959

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
@@ -1131,6 +1131,7 @@ declare namespace algoliasearchHelper {
11311131
name: string;
11321132
attributes: string[];
11331133
separator?: string;
1134+
rootPath?: string | null;
11341135
};
11351136

11361137
type OperatorList = {

0 commit comments

Comments
 (0)