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

Commit

Permalink
fix(ts): add rootPath to HierarchicalFacet
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroenv committed Feb 16, 2021
1 parent 90281ac commit 06fb959
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Expand Up @@ -1131,6 +1131,7 @@ declare namespace algoliasearchHelper {
name: string;
attributes: string[];
separator?: string;
rootPath?: string | null;
};

type OperatorList = {
Expand Down

0 comments on commit 06fb959

Please sign in to comment.