Values.WaypointOptimizationAccessHoursSourceAccess hours corresponding to when a destination can be visited.
type nonrec t = {from : WaypointOptimizationAccessHoursEntry.t;Contains the ID of the starting waypoint in this connection.
*)to_ : WaypointOptimizationAccessHoursEntry.t;Contains the ID of the ending waypoint in this connection.
*)}val make :
from:WaypointOptimizationAccessHoursEntry.t ->
to_:WaypointOptimizationAccessHoursEntry.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `Enum of string | `String of TimeOfDay.t ]) list ])
list ]