Skip to content

Commit 513cd30

Browse files
committed
chore: unused algoliasearch type
1 parent 2330263 commit 513cd30

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

templates/javascript/clients/algoliasearch/builds/models.mustache

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import type { AbtestingClient, Region as AbTestingRegion } from '@algolia/client-abtesting';
44
import type { AnalyticsClient, Region as AnalyticsRegion } from '@algolia/client-analytics';
55
import type { ClientOptions } from '@algolia/client-common';
6-
import type { PersonalizationClient, Region as PersonalizationRegion } from '@algolia/client-personalization';
76
import type {
87
AdvancedSyntaxFeatures,
98
AlternativesAsExact,
@@ -204,4 +203,4 @@ export type InitClientRegion<TRegion> = Partial<{
204203
* Available regions of the initialized client.
205204
*/
206205
region: TRegion;
207-
}>;
206+
}>;

0 commit comments

Comments
 (0)