cecon-interfaces
Version:
Interfaces de Projetos Cecon
14 lines (13 loc) • 518 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EPayioUserType = void 0;
var EPayioUserType;
(function (EPayioUserType) {
EPayioUserType["USER"] = "user";
EPayioUserType["ADMIN"] = "admin";
EPayioUserType["DISTRIBUTOR"] = "distributor";
EPayioUserType["MERCHANT"] = "merchant";
EPayioUserType["TESTER"] = "tester";
EPayioUserType["APP"] = "app";
EPayioUserType["DEVICE"] = "device";
})(EPayioUserType || (exports.EPayioUserType = EPayioUserType = {}));