diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-06-06 10:21:39 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-06-06 10:21:39 +0700 |
| commit | 6ac1792ee37e5a5a9438f61e708966c944b61914 (patch) | |
| tree | c97131e9a0ac646a6f8bd2e2c2c52cd9863f4019 /src-migrate/types | |
| parent | e7ff25b6c0763149981df738ff50871b851bf4a6 (diff) | |
"<iman> add feature SNI-TKDN"
Diffstat (limited to 'src-migrate/types')
| -rw-r--r-- | src-migrate/types/product.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src-migrate/types/product.ts b/src-migrate/types/product.ts index 428b6e45..681cdc8e 100644 --- a/src-migrate/types/product.ts +++ b/src-migrate/types/product.ts @@ -11,8 +11,8 @@ export interface IProduct { stock_total: number; variant_total: number; description: string; - is_sni: boolean; - is_tkdn: boolean; + isSni: boolean; + isTkdn: boolean; categories: { id: string; name: string; |
