UNPKG

scheunemann-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 = {}));