This commit is contained in:
marzban-dev
2025-01-28 00:26:54 +03:30
parent e54ed78b2f
commit 545b5407db
+5 -2
View File
@@ -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;