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