From 49e1cc13a4bd7bc401bae3748251b62a71c7c9e5 Mon Sep 17 00:00:00 2001 From: marzban-dev Date: Wed, 21 May 2025 17:48:06 +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 f546bfb..76a4f15 100644 --- a/frontend/types/global.d.ts +++ b/frontend/types/global.d.ts @@ -142,6 +142,8 @@ declare global { slug: string; icon: string; product_count: number; + image: string | null; + video: string | null; subcategorys: SubCategory[]; }; @@ -153,7 +155,6 @@ declare global { image: string; product_count: number; parent: string; - show: boolean; }; type Address = {