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 = {