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,12 @@ local _, shared = ...
---@cast shared HeimdallShared
local ModuleName = "StinkyCache"
---@class HeimdallStinkyCacheConfig
---@field enabled boolean
---@field debug boolean
---@field commander string
---@field ttl number
---@class StinkyCache
shared.StinkyCache = {
Init = function()