Values.RouteFerryAfterTravelStepSourceSteps of a leg that must be performed after the travel portion of the leg.
type nonrec t = {duration : DurationSeconds.t option;Duration of the step. Unit: seconds
*)instruction : SensitiveString.t option;Brief description of the step in the requested language. Only available when the TravelStepType is Default.
*)type_ : RouteFerryAfterTravelStepType.t option;Type of the step.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Long of DurationSeconds.t
| `String of SensitiveString.t ])
list ]