Values.ScheduleSourceCampaign schedule
type nonrec t = {startTime : TimeStamp.t;endTime : TimeStamp.t;refreshFrequency : Iso8601Duration.t option;}val to_value :
t ->
[> `Structure of
(string * [> `String of Iso8601Duration.t | `Timestamp of TimeStamp.t ])
list ]