Values.DurationSourceAn object that represents a duration of time.
type nonrec t = {unit : DurationUnit.t option;A unit of time.
*)value : DurationValue.t option;A number of time units.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Long of DurationValue.t ]) list ]