Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbosco committed Feb 15, 2022
1 parent adf34fe commit a4d29f5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,17 @@ interface BaseSearchParameters {
excludeFields?: string;
highlightFields?: string;
highlightFullFields?: string;
numTypos?: number;
numTypos?: string;
typoTokensThreshold?: number;
dropTokensThreshold?: number;
pinnedHits?: string;
hiddenHits?: string;
enableOverrides?: boolean;
preSegmentedQuery?: boolean;
limitHits?: number;
groupBy?: string;
groupLimit?: number;
exhaustiveSearch?: boolean;
}

interface SearchParametersWithQueryBy extends BaseSearchParameters {
Expand Down

0 comments on commit a4d29f5

Please sign in to comment.