digicust_types 1.8.157 → 1.8.158
Sign up to get free protection for your applications and to get access to all the features.
@@ -113,7 +113,7 @@ export interface AggregatedCaseDataModel {
|
|
113
113
|
/**
|
114
114
|
* Contains (experimental) aggregated descriptions by tariff number and country of origin code
|
115
115
|
*/
|
116
|
-
aggregatedDescriptions
|
116
|
+
aggregatedDescriptions?: {
|
117
117
|
[tariffNumber: string]: {
|
118
118
|
[alpha2Code: string]: string;
|
119
119
|
};
|