digicust_types 1.8.275 → 1.8.276
Sign up to get free protection for your applications and to get access to all the features.
@@ -17,6 +17,7 @@ export interface EmailDocument extends DigicustDocumentModel {
|
|
17
17
|
invoiceNumbers?: Meta<string>[];
|
18
18
|
reference?: Meta<string>;
|
19
19
|
}[];
|
20
|
+
invoiceNumbers?: Meta<string>[];
|
20
21
|
requestedReference?: Meta<string>;
|
21
22
|
preliminaryDocuments?: PreliminaryDocument[];
|
22
23
|
customsOffice?: CustomsOffice;
|