Updated
This commit is contained in:
Vendored
+2
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user