From 1ec616b17b3a8df8f5e4de7bf36d8380d02f5a84 Mon Sep 17 00:00:00 2001 From: marzban-dev Date: Fri, 21 Feb 2025 21:39:58 +0330 Subject: [PATCH] Updated --- frontend/types/global.d.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/types/global.d.ts b/frontend/types/global.d.ts index df12200..49d5f98 100644 --- a/frontend/types/global.d.ts +++ b/frontend/types/global.d.ts @@ -55,7 +55,7 @@ declare global { "detail_category": number } - type ProductInPackItem = { + type ProductInPackItem = { "id": number, "item_title": string, "cover": string @@ -86,9 +86,10 @@ declare global { "meta_keywords": string | null, "meta_rating": number, "category": number, + "colors": string[] } - type ProductListItem = Pick + type ProductListItem = Pick type Article = { id: number;