refactor: ts3gotify to standalone module
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
export type Mode = "connect" | "disconnect" | "moved" | "message";
|
||||
|
||||
export type LogLevel = "error" | "info" | "debug";
|
||||
|
||||
export type GotifyConfig = {
|
||||
app: string;
|
||||
title: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user