diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-10-27 09:43:37 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-10-27 09:43:37 +0700 |
| commit | 3a4598bbbb4a0b13800442b51b5a9842f37bb1ff (patch) | |
| tree | 574de7c7a88192fe96be60b03aa39bd179623a6f | |
| parent | ea8ebd3ee364cdf0ef09b410f85fed69c6d57534 (diff) | |
<Miqdad> voucher pasti hemat types
| -rw-r--r-- | src-migrate/types/product.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src-migrate/types/product.ts b/src-migrate/types/product.ts index bc58ad7c..2347cbf6 100644 --- a/src-migrate/types/product.ts +++ b/src-migrate/types/product.ts @@ -41,6 +41,7 @@ export interface IProduct { max_discount: number; discount_type: string; }; + voucher_pasti_hemat: any; } export interface IProductDetail extends IProduct { |
