1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-22 18:51:36 +02:00
server/dist/models/Status.js
2021-02-13 14:15:59 +01:00

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