import { RecommendClient } from '@algolia/recommend'; export type OptionalRecommendClient = Omit & { recommendClient?: RecommendClient; };