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