From 2ed3a29580d16d17bf034326c2b7f30329fdd91d Mon Sep 17 00:00:00 2001 From: mudaafi Date: Tue, 20 Jan 2026 17:41:03 +0300 Subject: [PATCH] fix types --- src/types/recommendations.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/recommendations.d.ts b/src/types/recommendations.d.ts index 9e0cd33c..0b63f41b 100644 --- a/src/types/recommendations.d.ts +++ b/src/types/recommendations.d.ts @@ -40,7 +40,7 @@ export interface RecommendationsResponse extends Record { export interface RecommendationsRequestType extends Record { num_results: number; - item_id: string; + item_id: string | string[]; filters: { group_id: string; [key: string]: any;