Values.SnoozeActionConfigurationSourceContains the configuration information of a snooze action.
type nonrec t = {snoozeDuration : SnoozeDuration.t option;The snooze time in seconds. The alarm automatically changes to the NORMAL state after this duration.
*)note : Note.t option;The note that you can leave when you snooze the alarm.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of SnoozeDuration.t | `String of Note.t ]) list ]