diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-08-09 10:51:10 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-08-09 10:51:10 +0700 |
| commit | e33a7e612a3c2c871f6a0a84d0d04d6f6ddc357a (patch) | |
| tree | 6843753e513b1ce5c671d5bde6f819df4a18091e /src-migrate/types | |
| parent | 616d8ffc973eba673069243ec8981b5234234fe5 (diff) | |
<iman> update template switch & delete console log
Diffstat (limited to 'src-migrate/types')
| -rw-r--r-- | src-migrate/types/productVariant.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src-migrate/types/productVariant.ts b/src-migrate/types/productVariant.ts index 861b216a..5f6bded5 100644 --- a/src-migrate/types/productVariant.ts +++ b/src-migrate/types/productVariant.ts @@ -8,6 +8,10 @@ export interface IProductVariantDetail { remaining_time: number; is_flashsale: boolean; }; + categories: { + id: string; + name: string; + }[]; price: { price: number; price_discount: number; |
