digicust_types 1.7.533 → 1.7.534
Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
|
|
1
|
+
import { Weight, Meta, ATB } from "../..";
|
2
|
+
import { DigicustDocumentModel } from "./digicust-document.model";
|
3
|
+
export interface TemporaryUsageModel extends DigicustDocumentModel {
|
4
|
+
preliminaryDocuments?: ATB[];
|
5
|
+
weight?: Weight;
|
6
|
+
numberOfShipments?: Meta<number>;
|
7
|
+
}
|