Skip to content

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 0713118 commit 3c5fb1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/algoliasearch-helper/index.d.ts
Original file line number Diff line number Diff line change
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 3c5fb1e

Please sign in to comment.