summary refs log tree commit diff
path: root/dist/models/Status.js
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-13 14:15:59 +0100
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-13 14:15:59 +0100
commita44da1024dc39e2d2fef296fc1d4e5894090fce0 (patch)
tree0e9338baa9e64e8a8841913d18eddc5a2bb1a333 /dist/models/Status.js
parent:sparkles: mongoose Schemas (diff)
downloadserver-a44da1024dc39e2d2fef296fc1d4e5894090fce0.tar.xz
:zap: Config and database update
Diffstat (limited to 'dist/models/Status.js')
-rw-r--r--dist/models/Status.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/dist/models/Status.js b/dist/models/Status.js

index f7c07536..992d9cae 100644 --- a/dist/models/Status.js +++ b/dist/models/Status.js
@@ -1,3 +1,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 \ No newline at end of file