UNPKG

@omnia/fx-models

Version:
12 lines (11 loc) 473 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UserAgentPlatform = void 0; var UserAgentPlatform; (function (UserAgentPlatform) { UserAgentPlatform["Windows"] = "Windows"; UserAgentPlatform["MacOS"] = "MacOS"; UserAgentPlatform["Android"] = "Android"; UserAgentPlatform["IOS"] = "iOS"; UserAgentPlatform["Unknown"] = "Unknown"; })(UserAgentPlatform = exports.UserAgentPlatform || (exports.UserAgentPlatform = {}));