diff options
| author | Mqdd <ahmadmiqdad27@gmail.com> | 2026-02-18 15:05:34 +0700 |
|---|---|---|
| committer | Mqdd <ahmadmiqdad27@gmail.com> | 2026-02-18 15:05:34 +0700 |
| commit | 9118c586d2c4fdab43c11409db91cf7b51839261 (patch) | |
| tree | f2c2c9415e613c153a51f8ed2760933f4ebd8bc9 /src-migrate/types | |
| parent | 8c4d73ff159cb7b5df4f83f1eb76e8a06c7179ce (diff) | |
| parent | 7ef19bc5b5dc64fc0fb8126cec02943f06a4237a (diff) | |
Merge branch 'new-release' of https://bitbucket.org/altafixco/next-indoteknik into cr_renca_keyword
Diffstat (limited to 'src-migrate/types')
| -rw-r--r-- | src-migrate/types/productVariant.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src-migrate/types/productVariant.ts b/src-migrate/types/productVariant.ts index 5144e7c1..31cedf8c 100644 --- a/src-migrate/types/productVariant.ts +++ b/src-migrate/types/productVariant.ts @@ -4,6 +4,9 @@ export interface IProductVariantDetail { code: string; name: string; weight: number; + attribute_set_id: number; + attribute_set_name: string; + search_keywords: string; is_in_bu: boolean; is_flashsale: { remaining_time: number; |
