Move all config definitions to their respective modules

This commit is contained in:
2025-05-18 12:43:55 +02:00
parent 565db30125
commit 36ad9783e5
15 changed files with 112 additions and 111 deletions

View File

@@ -2,6 +2,16 @@ local _, shared = ...
---@cast shared HeimdallShared
local ModuleName = "Whoer"
---@class HeimdallWhoConfig
---@field enabled boolean
---@field debug boolean
---@field ignored table<string, boolean>
---@field channels string[]
---@field ttl number
---@field doWhisper boolean
---@field zoneNotifyFor table<string, boolean>
---@field queries string
---@class Whoer
shared.Whoer = {
Init = function()