package model type SettingsT = map[string]any type DriverConfig[T any] struct { Driver T `yaml:"driver"` Settings SettingsT `yaml:"settings"` }