From 545b5407dbeb860a9f21a37c6ce1aad1dcba55b1 Mon Sep 17 00:00:00 2001 From: marzban-dev Date: Tue, 28 Jan 2025 00:26:54 +0330 Subject: [PATCH] Updated --- frontend/types/global.d.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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;