summary refs log tree commit diff
path: root/util/src/interfaces/Status.ts
diff options
context:
space:
mode:
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 -}