digicust_types 1.8.230 → 1.8.231
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
|
|
1
1
|
import { Meta } from "../../meta";
|
2
2
|
export interface XKSpecificLineItem {
|
3
|
-
Extended_customs_procedure
|
4
|
-
National_customs_procedure
|
5
|
-
Preference_code
|
3
|
+
Extended_customs_procedure?: Meta<string>;
|
4
|
+
National_customs_procedure?: Meta<string>;
|
5
|
+
Preference_code?: Meta<string>;
|
6
6
|
}
|