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

Commit

Permalink
chore(TS): isNumericRefined has only one required argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroenv committed Nov 18, 2019
1 parent ea5a22a commit cac8fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ declare namespace algoliasearchHelper {
isHierarchicalFacet(facet: string): boolean;
isNumericRefined(
attribute: string,
operator: SearchParameters.Operator,
operator?: SearchParameters.Operator,
value?: string
): boolean;
isTagRefined(tag: string): boolean;
Expand Down

0 comments on commit cac8fc3

Please sign in to comment.