Values.WaitOptionsSourceSpecifies how long to pause the durable execution.
type nonrec t = {waitSeconds : WaitOptionsWaitSecondsInteger.t option;The duration to wait, in seconds.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of WaitOptionsWaitSecondsInteger.t ]) list ]