⚠️ Internal: This API is not publically exported by the package.

Type alias GetGenericItemRecommendationsInput<T>

GetGenericItemRecommendationsInput<T>: BaseGenericItemRecommendationInput & (T extends keyof ItemRecommendationInputs
    ? ItemRecommendationInputs[T]
    : CombinedItemRecommendationInputs)

Type Parameters