cecon-interfaces
Version:
Interfaces de Projetos Cecon
11 lines (10 loc) • 441 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EPayioLicenseType = void 0;
var EPayioLicenseType;
(function (EPayioLicenseType) {
EPayioLicenseType["TRIAL"] = "TRIAL";
EPayioLicenseType["SUBSCRIPTION"] = "SUBSCRIPTION";
EPayioLicenseType["PERPETUAL"] = "PERPETUAL";
EPayioLicenseType["SANDBOX"] = "SANDBOX";
})(EPayioLicenseType || (exports.EPayioLicenseType = EPayioLicenseType = {}));