diff --git a/frontend/types/global.d.ts b/frontend/types/global.d.ts index a7ee531..147e603 100644 --- a/frontend/types/global.d.ts +++ b/frontend/types/global.d.ts @@ -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;