digicust_types 1.8.107 → 1.8.108
Sign up to get free protection for your applications and to get access to all the features.
@@ -102,5 +102,8 @@ export interface AggregatedCaseDataModel {
|
|
102
102
|
domesticInsuranceCosts?: DomesticFreightCosts;
|
103
103
|
statisticalValue?: Money;
|
104
104
|
additionalInformation?: Meta<string>;
|
105
|
+
GRN?: Meta<string>;
|
106
|
+
GRNAccessCode?: Meta<string>;
|
107
|
+
LRN?: Meta<string>;
|
105
108
|
}
|
106
109
|
export declare const condenseAggregated: (aggregated?: AggregatedCaseDataModel) => AggregatedCaseDataModel;
|