"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.EInstallationStatus = void 0;
var status_enum_1 = require("./status.enum");
Object.defineProperty(exports, "EInstallationStatus", { enumerable: true, get: function () { return status_enum_1.EInstallationStatus; } });