From 75ff1963cb2645a62e20cc9690d7ba7da3883327 Mon Sep 17 00:00:00 2001 From: Mamalizz-dev Date: Mon, 22 Dec 2025 14:03:28 +0330 Subject: [PATCH] added price_after_discount to product variant type --- frontend/types/global.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/types/global.d.ts b/frontend/types/global.d.ts index bb10682..241b0a8 100644 --- a/frontend/types/global.d.ts +++ b/frontend/types/global.d.ts @@ -81,6 +81,7 @@ declare global { id: number; product_attributes: ProductVariantAttribute[]; price: string; + price_after_discount: string; in_pack_items: ProductInPackItem[]; details: ProductDetail[]; images: ProductImage[];