summary refs log tree commit diff
path: root/dist/models/Status.js
blob: 992d9cae59774abcbe135cfa2a0b6b4f1cd3e5d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ClientStatus = void 0;
exports.ClientStatus = {
    desktop: String,
    mobile: String,
    web: String,
};
//# sourceMappingURL=Status.js.map