mirror of
https://github.com/ckaczor/LaundryMonitor.git
synced 2026-02-16 10:58:35 -05:00
Move project to GitHub and hide Telegram config
This commit is contained in:
13
app/config.d.ts
vendored
Normal file
13
app/config.d.ts
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
export interface IConfig {
|
||||
port: number;
|
||||
refreshInterval: number;
|
||||
deviceDebounceInterval: number;
|
||||
|
||||
botToken: string;
|
||||
|
||||
chatId: string;
|
||||
debugChatId: string;
|
||||
|
||||
debug: boolean;
|
||||
enableTelegram: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user