Values.RouteNoticeDetailRangeSourceNotice Detail that is a range.
type nonrec t = {min : RouteNoticeDetailRangeMinInteger.t option;Minimum value for the range.
*)max : RouteNoticeDetailRangeMaxInteger.t option;Maximum value for the range.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of RouteNoticeDetailRangeMinInteger.t ]) list ]