summary refs log tree commit diff
path: root/Status.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-31 17:58:47 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-31 17:58:47 +0200
commitcc8c5359ce1c863acfb7f60ef2cf02d5f900305f (patch)
treeaec266d05c66eb10864391766cceb7142b904504 /Status.ts
parent:sparkles: channel recipients (diff)
downloadserver-cc8c5359ce1c863acfb7f60ef2cf02d5f900305f.tar.xz
:bug: db query fixes
Diffstat (limited to '')
-rw-r--r--Status.ts7
1 files changed, 0 insertions, 7 deletions
diff --git a/Status.ts b/Status.ts
deleted file mode 100644

index c4dab586..00000000 --- a/Status.ts +++ /dev/null
@@ -1,7 +0,0 @@ -export type Status = "idle" | "dnd" | "online" | "offline"; - -export interface ClientStatus { - desktop?: string; // e.g. Windows/Linux/Mac - mobile?: string; // e.g. iOS/Android - web?: string; // e.g. browser, bot account -}