mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-11 13:14:06 +01:00
9 lines
228 B
JavaScript
9 lines
228 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.ClientStatus = void 0;
|
|
exports.ClientStatus = {
|
|
desktop: String,
|
|
mobile: String,
|
|
web: String,
|
|
};
|
|
//# sourceMappingURL=Status.js.map
|