Skip to content

Commit

Permalink
fix(ts): correct search response for facets_stats (#1229)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroenv committed Nov 20, 2020
1 parent 1bdedd7 commit ac732d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client-search/src/types/SearchResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export type SearchResponse<TObject = {}> = {
/**
* Statistics for numerical facets.
*/
facetsStats?: Record<
facets_stats?: Record<
string,
{
/**
Expand Down

0 comments on commit ac732d1

Please sign in to comment.