digicust_types 1.8.180 → 1.8.181
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
|
|
1
1
|
import { PreliminaryDocument, PreliminaryDocumentType } from ".";
|
2
2
|
import { Meta } from "../../meta";
|
3
3
|
export interface T1PreliminaryDocument extends PreliminaryDocument {
|
4
|
-
type: PreliminaryDocumentType.
|
4
|
+
type: PreliminaryDocumentType.T1;
|
5
5
|
reference?: Meta<string>;
|
6
6
|
}
|