summary refs log tree commit diff
path: root/dist/models/Status.d.ts
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.d.ts
parent:sparkles: mongoose Schemas (diff)
downloadserver-a44da1024dc39e2d2fef296fc1d4e5894090fce0.tar.xz
:zap: Config and database update
Diffstat (limited to 'dist/models/Status.d.ts')
-rw-r--r--dist/models/Status.d.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/dist/models/Status.d.ts b/dist/models/Status.d.ts

index 91494d02..424a16b2 100644 --- a/dist/models/Status.d.ts +++ b/dist/models/Status.d.ts
@@ -4,3 +4,8 @@ export interface ClientStatus { mobile?: string; web?: string; } +export declare const ClientStatus: { + desktop: StringConstructor; + mobile: StringConstructor; + web: StringConstructor; +};