UNPKG

cecon-interfaces

Version:
14 lines (13 loc) 445 B
"use strict"; 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 = {}));