digicust_types 1.8.321 → 1.8.323
Sign up to get free protection for your applications and to get access to all the features.
@@ -3,6 +3,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeclarationType = void 0;
|
4
4
|
var DeclarationType;
|
5
5
|
(function (DeclarationType) {
|
6
|
+
/* EZA */
|
6
7
|
DeclarationType["declaration"] = "declaration";
|
7
8
|
DeclarationType["preDeclaration"] = "preDeclaration";
|
9
|
+
/* VZA */
|
10
|
+
DeclarationType["simplifiedDeclaration"] = "simplifiedDeclaration";
|
8
11
|
})(DeclarationType || (exports.DeclarationType = DeclarationType = {}));
|