Updated
This commit is contained in:
Vendored
+5
-2
@@ -24,11 +24,14 @@ declare global {
|
||||
|
||||
type Product = {
|
||||
id: number;
|
||||
price: number;
|
||||
price: string;
|
||||
name: string;
|
||||
description: string;
|
||||
currency: string;
|
||||
image: string;
|
||||
"video": string | null,
|
||||
"image1": string,
|
||||
"image2": string,
|
||||
"image3": string,
|
||||
rating: number;
|
||||
view: number;
|
||||
sell: number;
|
||||
|
||||
Reference in New Issue
Block a user