UNPKG

scheunemann-interfaces

Version:
9 lines (8 loc) 339 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EPlanFeatureType = void 0; var EPlanFeatureType; (function (EPlanFeatureType) { EPlanFeatureType["FEATURE"] = "FEATURE"; EPlanFeatureType["DESCRIPTION"] = "DESCRIPTION"; })(EPlanFeatureType || (exports.EPlanFeatureType = EPlanFeatureType = {}));