digicust_types 1.8.14 → 1.8.15
Sign up to get free protection for your applications and to get access to all the features.
@@ -9,4 +9,6 @@ var CustomsOfficeType;
|
|
9
9
|
CustomsOfficeType["transit"] = "Transit";
|
10
10
|
CustomsOfficeType["import"] = "Import";
|
11
11
|
CustomsOfficeType["declaration"] = "Declaration";
|
12
|
+
CustomsOfficeType["departure"] = "Departure";
|
13
|
+
CustomsOfficeType["destination"] = "Destination";
|
12
14
|
})(CustomsOfficeType || (exports.CustomsOfficeType = CustomsOfficeType = {}));
|