cecon-interfaces
Version:
Interfaces de Projetos Cecon
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 = {}));