UNPKG

cecon-interfaces

Version:
11 lines (10 loc) 441 B
"use strict"; 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 = {}));