From cae79c4b49578c20da6d47b53bc7a582db40f73e Mon Sep 17 00:00:00 2001 From: marzban-dev Date: Mon, 17 Mar 2025 13:41:46 +0330 Subject: [PATCH] Updated --- frontend/types/global.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/types/global.d.ts b/frontend/types/global.d.ts index 46e5ed8..637c56c 100644 --- a/frontend/types/global.d.ts +++ b/frontend/types/global.d.ts @@ -71,6 +71,7 @@ declare global { discount: number; color: string; video: string | null; + cart_quantity : number; }; type Product = {