diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-05-07 09:46:41 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-05-07 09:46:41 +0700 |
| commit | d48f8943b87178ccc653ae1d334b3780c5a23a31 (patch) | |
| tree | 40fbd0184ae2b278f21a07039b0d152479cf9ff8 /src-migrate/types | |
| parent | 166191e8f7335810cd0073b9aa2436a908a21d34 (diff) | |
| parent | 5c8a5df24a9758f3b3a6366d326f61c2c6a13c42 (diff) | |
Merge branch 'new-release' of https://bitbucket.org/altafixco/next-indoteknik into feat_voucher-category
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 85ea702a..14ba718f 100644 --- a/src-migrate/types/product.ts +++ b/src-migrate/types/product.ts @@ -4,6 +4,7 @@ export interface IProduct { id: number; image: string; image_mobile: string; + image_carousel: string[]; code: string; display_name: string; name: string; |
