UNPKG

cecon-interfaces

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