From ef91c1c4e3718c01d6c1c5dd621ce5215b514543 Mon Sep 17 00:00:00 2001 From: Miqdad Date: Mon, 27 Oct 2025 10:19:00 +0700 Subject: remove voucher pasti hemat types --- src-migrate/types/product.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-migrate/types/product.ts b/src-migrate/types/product.ts index 2347cbf6..7212d34d 100644 --- a/src-migrate/types/product.ts +++ b/src-migrate/types/product.ts @@ -41,7 +41,7 @@ export interface IProduct { max_discount: number; discount_type: string; }; - voucher_pasti_hemat: any; + // voucher_pasti_hemat: any; } export interface IProductDetail extends IProduct { -- cgit v1.2.3