UNPKG

cecon-interfaces

Version:
8 lines (7 loc) 564 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EPlanFeatureType = exports.EPlanIdentifier = void 0; var plans_identifier_enum_1 = require("./plans-identifier.enum"); Object.defineProperty(exports, "EPlanIdentifier", { enumerable: true, get: function () { return plans_identifier_enum_1.EPlanIdentifier; } }); var plans_feature_type_enum_1 = require("./plans-feature-type.enum"); Object.defineProperty(exports, "EPlanFeatureType", { enumerable: true, get: function () { return plans_feature_type_enum_1.EPlanFeatureType; } });