diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2024-11-07 02:17:51 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2024-11-07 02:17:51 +0000 |
| commit | 6a96246cc3fe422a165e3e4fab801feda884ca5b (patch) | |
| tree | 1ba6bc4c668d2732d7a0c691b7b2058cbb8e2ce8 /src-migrate/types | |
| parent | 4a5391def4c5d2e8991643287d40e3c3b53980be (diff) | |
| parent | 982a18543beefdd33f20c294b06b7a1a87103b2f (diff) | |
Merged in CR/image-mobile (pull request #373)
CR/image mobile
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 31ea0ce1..e43a5ebb 100644 --- a/src-migrate/types/product.ts +++ b/src-migrate/types/product.ts @@ -3,6 +3,7 @@ import { IProductVariantDetail } from './productVariant'; export interface IProduct { id: number; image: string; + image_mobile: string; code: string; display_name: string; name: string; |
