Values.RouteSettingsMapSourceval to_value :
('a * RouteSettings.t) list ->
[> `Map of
([> `String of 'a ]
* [> `Structure of
(string
* [> `Boolean of bool
| `Double of float
| `Enum of string
| `Integer of int ])
list ])
list ]