export type Mode = "connect" | "disconnect" | "moved" | "message"; export type LogLevel = "error" | "info" | "debug"; export type GotifyConfig = { app: string; title: string; };