From 17619265037a35926122a3ef74a646b2021d856e Mon Sep 17 00:00:00 2001 From: Miqdad Date: Sun, 26 Oct 2025 00:35:00 +0700 Subject: voucher types --- src-migrate/types/product.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src-migrate/types/product.ts b/src-migrate/types/product.ts index 746cdd4a..bc58ad7c 100644 --- a/src-migrate/types/product.ts +++ b/src-migrate/types/product.ts @@ -35,7 +35,12 @@ export interface IProduct { name: string; logo: string; }; - voucher_pasti_hemat: any; + new_voucher_pasti_hemat: { + min_purchase: number; + discount_percentage: number; + max_discount: number; + discount_type: string; + }; } export interface IProductDetail extends IProduct { -- cgit v1.2.3