scheunemann-interfaces
Version:
Interfaces de Projetos Scheunemann
14 lines (13 loc) • 545 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EPlanIdentifier = void 0;
var EPlanIdentifier;
(function (EPlanIdentifier) {
EPlanIdentifier["DEFAULT"] = "DEFAULT";
EPlanIdentifier["BASIC"] = "BASIC";
EPlanIdentifier["STANDARD"] = "STANDARD";
EPlanIdentifier["PREMIUM"] = "PREMIUM";
EPlanIdentifier["ENTERPRISE"] = "ENTERPRISE";
EPlanIdentifier["TRIAL"] = "TRIAL";
EPlanIdentifier["ULTIMATE"] = "ULTIMATE";
})(EPlanIdentifier || (exports.EPlanIdentifier = EPlanIdentifier = {}));