From fb72bd19f7f498ec8ac1e100ef7d9978a7727ebf Mon Sep 17 00:00:00 2001 From: marzban-dev Date: Fri, 14 Mar 2025 19:27:14 +0330 Subject: [PATCH] Updated --- frontend/types/global.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/types/global.d.ts b/frontend/types/global.d.ts index e8da5a4..a11a787 100644 --- a/frontend/types/global.d.ts +++ b/frontend/types/global.d.ts @@ -84,7 +84,7 @@ declare global { meta_description: string | null; meta_keywords: string | null; meta_rating: number; - category: number; + category: SubCategory; colors: string[]; }; @@ -188,6 +188,7 @@ declare global { type CartItem = { id: number; product: { + id: number; title: string; product_attributes: { id: number;