This commit is contained in:
marzban-dev
2025-05-21 17:48:06 +03:30
parent 24ce810f6c
commit 49e1cc13a4
+2 -1
View File
@@ -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 = {