UNPKG

scheunemann-interfaces

Version:
14 lines (13 loc) 545 B
"use strict"; 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 = {}));