Values.TimerDefinitionSourceThe new setting of a timer.
type nonrec t = {name : TimerName.t;The name of the timer.
*)seconds : Seconds.t;The new setting of the timer (the number of seconds before the timer elapses).
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Seconds.t | `String of TimerName.t ]) list ]