From 62232a5c5ee254064ac588259f93ede57c137211 Mon Sep 17 00:00:00 2001 From: Enes Kutay SEZEN Date: Wed, 29 Oct 2025 16:37:58 +0300 Subject: [PATCH] Update ItemData --- src/types/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types/index.d.ts b/src/types/index.d.ts index 2a22e74..31bc5f8 100644 --- a/src/types/index.d.ts +++ b/src/types/index.d.ts @@ -164,6 +164,7 @@ export interface ItemData extends Record { keywords?: string[]; url?: string; image_url?: string; + /** @deprecated This field is deprecated and will be removed in a future version. */ facets?: Record; group_ids?: string[]; description?: string;