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 5676b74 commit 7ee595eCopy full SHA for 7ee595e
src/types/types.ts
@@ -1,10 +1,9 @@
1
import type {
2
- FacetDistribution,
3
SearchResponse as MeiliSearchResponse,
+ FacetDistribution,
4
} from 'meilisearch'
5
-
6
-import type { MultipleQueriesQuery as AlgoliaMultipleQueriesQuery } from '@algolia/client-search'
7
import type { SearchClient } from 'instantsearch.js'
+import type { MultipleQueriesQuery as AlgoliaMultipleQueriesQuery } from '@algolia/client-search'
8
9
export type { AlgoliaMultipleQueriesQuery }
10
export type { SearchResponse as AlgoliaSearchResponse } from '@algolia/client-search'
0 commit comments