diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2024-06-06 03:03:17 +0000 |
|---|---|---|
| committer | trisusilo <tri.susilo@altama.co.id> | 2024-06-06 03:03:17 +0000 |
| commit | 44a4a00f95b7992281cebdd15f7b1eaf24c52fd6 (patch) | |
| tree | b635c06f3245abf2add611a124e3a14a68e804ba /src-migrate/types | |
| parent | da80b7e00e2ee6aaa3a81902cd51ff556d4d7ef0 (diff) | |
| parent | d941c429ce185d6bb67c603d2bdb3017cdd79ae8 (diff) | |
Merged in feature/SNI-TKDN (pull request #138)
Feature/SNI TKDN
Approved-by: trisusilo
Diffstat (limited to 'src-migrate/types')
| -rw-r--r-- | src-migrate/types/product.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src-migrate/types/product.ts b/src-migrate/types/product.ts index 08de98e0..428b6e45 100644 --- a/src-migrate/types/product.ts +++ b/src-migrate/types/product.ts @@ -11,6 +11,8 @@ export interface IProduct { stock_total: number; variant_total: number; description: string; + is_sni: boolean; + is_tkdn: boolean; categories: { id: string; name: string; |
