⚠️ Internal: This API is not publically exported by the package.
GetUserBasedRecommendationsParam: OptimizedInputProperties & {
    getUserBasedItemRecommendationsOptions?: Omit<GetUserBasedItemRecommendationsInput, "userId" | "sessionId">;
    userId: GetUserBasedItemRecommendationsInput["userId"];
}

Type declaration