@omnia/fx-models
Version: 
Provide Omnia Fx Models Stuffs.
12 lines (11 loc) • 473 B
JavaScript
;
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 = {}));