package showbridge type Config struct { Modules []ModuleConfig `json:"modules"` Routes []RouteConfig `json:"routes"` }