Values.TimePeriodSourceThe length of time between state template updates.
type nonrec t = {unit : TimeUnit.t;A unit of time.
*)value : PositiveInteger.t;A number of time units.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Integer of PositiveInteger.t ]) list ]