diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2024-08-09 03:56:04 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2024-08-09 03:56:04 +0000 |
| commit | ea7e2cf8f768c3d3202c282182de6355b3ee32ee (patch) | |
| tree | 3153024ccaa24192b3adf94c44f179cc9b344f8e /src-migrate/types | |
| parent | c9090a89b775a1e3c2f1e707021e6375eb9f92e3 (diff) | |
| parent | bbbd7ccaab3102558dc82cbd051947b0e579360c (diff) | |
Merged in Feature/template-switch (pull request #228)
Feature/template switch
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; |
