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