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 2330263 commit 513cd30Copy full SHA for 513cd30
templates/javascript/clients/algoliasearch/builds/models.mustache
@@ -3,7 +3,6 @@
3
import type { AbtestingClient, Region as AbTestingRegion } from '@algolia/client-abtesting';
4
import type { AnalyticsClient, Region as AnalyticsRegion } from '@algolia/client-analytics';
5
import type { ClientOptions } from '@algolia/client-common';
6
-import type { PersonalizationClient, Region as PersonalizationRegion } from '@algolia/client-personalization';
7
import type {
8
AdvancedSyntaxFeatures,
9
AlternativesAsExact,
@@ -204,4 +203,4 @@ export type InitClientRegion<TRegion> = Partial<{
204
203
* Available regions of the initialized client.
205
*/
206
region: TRegion;
207
-}>;
+}>;
0 commit comments