Values.TimerSourceThe current state of a timer.
type nonrec t = {name : TimerName.t option;The name of the timer.
*)timestamp : Timestamp.t option;The expiration time for the timer.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of TimerName.t | `Timestamp of Timestamp.t ]) list ]