UNPKG

cecon-interfaces

Version:
8 lines (7 loc) 528 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UserTypeEnum = exports.PayioUserTypeEnum = void 0; var payio_user_type_enum_1 = require("./payio-user-type.enum"); Object.defineProperty(exports, "PayioUserTypeEnum", { enumerable: true, get: function () { return payio_user_type_enum_1.PayioUserTypeEnum; } }); var user_type_enum_1 = require("./user-type.enum"); Object.defineProperty(exports, "UserTypeEnum", { enumerable: true, get: function () { return user_type_enum_1.UserTypeEnum; } });