"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ClientStatus = void 0; exports.ClientStatus = { desktop: String, mobile: String, web: String, }; //# sourceMappingURL=Status.js.map