diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-08-01 08:48:48 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-08-01 08:48:48 +0700 |
| commit | 0abd42f8b528b3166169fef7093d4d8b22f3fb79 (patch) | |
| tree | 67e9896dd7f2f312e9aaffd4c02073a72889b25b /src-migrate/types | |
| parent | 4339c49be8f30dbb47b6882e61e909837dc91e81 (diff) | |
<iman> add pop up when hit keranjang button
Diffstat (limited to 'src-migrate/types')
| -rw-r--r-- | src-migrate/types/promotion.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src-migrate/types/promotion.ts b/src-migrate/types/promotion.ts index 85190aad..217bba33 100644 --- a/src-migrate/types/promotion.ts +++ b/src-migrate/types/promotion.ts @@ -10,15 +10,18 @@ export interface IPromotion { limit_user: number; limit_trx: number; price: number; + image: string; total_qty: number; products: { product_id: number; qty: number; + name: string; }[]; free_products: { product_id: number; qty: number; }[]; + } export interface IProductVariantPromo { |
