This commit is contained in:
marzban-dev
2025-03-14 19:27:14 +03:30
parent 107c550857
commit fb72bd19f7
+2 -1
View File
@@ -84,7 +84,7 @@ declare global {
meta_description: string | null;
meta_keywords: string | null;
meta_rating: number;
category: number;
category: SubCategory;
colors: string[];
};
@@ -188,6 +188,7 @@ declare global {
type CartItem = {
id: number;
product: {
id: number;
title: string;
product_attributes: {
id: number;