We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a03dca commit 1c10c1bCopy full SHA for 1c10c1b
src/types.ts
@@ -101,7 +101,7 @@ export interface SearchResponse<T, P extends SearchParams<T>> {
101
offset: number
102
limit: number
103
processingTimeMs: number
104
- facetsDistribution?: object
+ facetsDistribution?: Record<string, Record<string, number>>
105
exhaustiveFacetsCount?: boolean
106
query: string
107
nbHits: number
0 commit comments