summary refs log tree commit diff
path: root/util/src/interfaces/Status.ts
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-09-25 18:24:21 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-09-25 23:35:18 +1000
commit0d23eaba09a4878520bf346af4cead90d76829fc (patch)
treed930eacceff0b407b44abe55f01d8e3c5dfbfa34 /util/src/interfaces/Status.ts
parentAllow edited_timestamp to passthrough in handleMessage (diff)
downloadserver-0d23eaba09a4878520bf346af4cead90d76829fc.tar.xz
Refactor to mono-repo + upgrade packages
Diffstat (limited to 'util/src/interfaces/Status.ts')
-rw-r--r--util/src/interfaces/Status.ts7
1 files changed, 0 insertions, 7 deletions
diff --git a/util/src/interfaces/Status.ts b/util/src/interfaces/Status.ts
deleted file mode 100644

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