diff --git a/config.go b/config.go index 79615d7..fe2b612 100644 --- a/config.go +++ b/config.go @@ -14,6 +14,7 @@ type Config struct { type Keys []string type Key string type KeyPart string +type MapStringAny = map[string]any func NewConfig(name string, configType string, path string) *Config { c := &Config{}