diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-08-14 15:11:33 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-08-14 15:11:33 +0700 |
| commit | 62704c101d17afb7f71389ef23d6183b2cd16dfa (patch) | |
| tree | 7b990c01e1e5d57df92a0dbe330be1600ffdf912 /src-migrate/types | |
| parent | a72f9273664715e9708523ca1a6a4554bd22c917 (diff) | |
<iman> update self picking di product card
Diffstat (limited to 'src-migrate/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 681cdc8e..31ea0ce1 100644 --- a/src-migrate/types/product.ts +++ b/src-migrate/types/product.ts @@ -12,6 +12,7 @@ export interface IProduct { variant_total: number; description: string; isSni: boolean; + is_in_bu: boolean; isTkdn: boolean; categories: { id: string; |
