Values.IsolineTrailerOptionsSourceAdditional specifications when the vehicle includes one or more trailers.
type nonrec t = {axleCount : IsolineTrailerOptionsAxleCountInteger.t option;The total number of axles across all trailers. Used for weight distribution calculations and road restrictions.
*)trailerCount : IsolineTrailerOptionsTrailerCountInteger.t option;The number of trailers being pulled. Affects which roads can be used based on local regulations. Default value: 0
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of IsolineTrailerOptionsAxleCountInteger.t ]) list ]