package response import "pychr/config" type SysConfigResponse struct { Config config.Server `json:"config"` }