Values.OpeningHoursSourceList of opening hours objects.
type nonrec t = {display : OpeningHoursDisplayList.t option;List of opening hours in the format they are displayed in. This can vary by result and in most cases represents how the result uniquely formats their opening hours.
*)openNow : SensitiveBoolean.t option;Boolean which indicates if the result/place is currently open.
*)components : OpeningHoursComponentsList.t option;Components of the opening hours object.
*)categories : CategoryList.t option;Categories of results that results must belong too.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of SensitiveBoolean.t
| `List of
[> `String of OpeningHoursDisplay.t
| `Structure of
(string
* [> `Boolean of SensitiveBoolean.t
| `String of OpeningHoursComponentsOpenTimeString.t ])
list ]
list ])
list ]