1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-11 13:14:06 +01:00
server/dist/models/Status.js

9 lines
228 B
JavaScript
Raw Normal View History

2021-02-11 20:44:26 +01:00
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
2021-02-13 14:15:59 +01:00
exports.ClientStatus = void 0;
exports.ClientStatus = {
desktop: String,
mobile: String,
web: String,
};
2021-02-11 20:44:26 +01:00
//# sourceMappingURL=Status.js.map