digicust_types 1.8.88 → 1.8.90
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,7 @@
|
|
1
1
|
import { HsCodeModel, Meta, ClassificationCode, TariffNumberSuggestion } from "../..";
|
2
2
|
export interface CustomsTariffNumber extends Meta<string> {
|
3
3
|
hsCode?: Meta<string>;
|
4
|
+
replacedByTaric?: boolean;
|
4
5
|
additionalCodes?: Meta<string>[];
|
5
6
|
hsCodeInvoice?: Meta<string>;
|
6
7
|
customsDescription?: string;
|