Values.RouteExclusionOptionsSourceSpecifies strict exclusion options for the route calculation. This setting mandates that the router will avoid any routes that include the specified options, rather than merely attempting to minimize them.
type nonrec t = {countries : CountryCodeList.t;List of countries to be avoided defined by two-letter or three-letter country codes.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of CountryCode.t ] list ]) list ]