This commit is contained in:
marzban-dev
2025-03-17 13:41:46 +03:30
parent 6b2c9e6ca7
commit cae79c4b49
+1
View File
@@ -71,6 +71,7 @@ declare global {
discount: number;
color: string;
video: string | null;
cart_quantity : number;
};
type Product = {