scheunemann-interfaces
Version:
Interfaces de Projetos Scheunemann
9 lines (8 loc) • 339 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EPlanFeatureType = void 0;
var EPlanFeatureType;
(function (EPlanFeatureType) {
EPlanFeatureType["FEATURE"] = "FEATURE";
EPlanFeatureType["DESCRIPTION"] = "DESCRIPTION";
})(EPlanFeatureType || (exports.EPlanFeatureType = EPlanFeatureType = {}));