refactor: application structure (#11)
Reviewed-on: #11 Co-authored-by: Timo Behrendt <t.behrendt@t00n.de> Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #11.
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