UNPKG

mobyo-interfaces

Version:
6 lines (5 loc) 293 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EPayuioAppSlug = void 0; var app_slug_enum_1 = require("./app-slug.enum"); Object.defineProperty(exports, "EPayuioAppSlug", { enumerable: true, get: function () { return app_slug_enum_1.EPayuioAppSlug; } });