diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-11-07 08:35:30 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-11-07 08:35:30 +0700 |
| commit | 273f79e0e75cab92a5072819c03b38762b0cff03 (patch) | |
| tree | c565afb519fcd3b71afc2e387de42949636b43b4 /src-migrate/types | |
| parent | bf668785232e2d7abba1660dfdb6eb2746adc09a (diff) | |
<iman> update mobile type
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; |
