scheunemann-interfaces
Version:
Interfaces de Projetos Scheunemann
14 lines (13 loc) • 445 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EPlatform = void 0;
var EPlatform;
(function (EPlatform) {
EPlatform["MOBILE"] = "MOBILE";
EPlatform["WEB"] = "WEB";
EPlatform["DESKTOP"] = "DESKTOP";
EPlatform["TABLET"] = "TABLET";
EPlatform["TV"] = "TV";
EPlatform["CHROMEBOOK"] = "CHROMEBOOK";
EPlatform["OTHER"] = "OTHER";
})(EPlatform || (exports.EPlatform = EPlatform = {}));