cecon-interfaces
Version:
Interfaces de Projetos Cecon
8 lines (7 loc) • 522 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EPayioUserType = exports.EPayioJwtTokenType = void 0;
var token_type_enum_1 = require("./token-type.enum");
Object.defineProperty(exports, "EPayioJwtTokenType", { enumerable: true, get: function () { return token_type_enum_1.EPayioJwtTokenType; } });
var user_type_enum_1 = require("./user-type.enum");
Object.defineProperty(exports, "EPayioUserType", { enumerable: true, get: function () { return user_type_enum_1.EPayioUserType; } });