Module Values.ReportGroupsSource

Sourcetype nonrec t = ReportGroup.t list
Sourceval make : 'a list -> 'a list
Sourceval of_string : 'a -> 'b
Sourceval to_value : ReportGroup.t list -> [> `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of KeyInput.t ]) list ] list | `String of NonEmptyString.t | `Structure of (string * [> `Enum of string | `Structure of (string * [> `Boolean of WrapperBoolean.t | `Enum of string | `String of NonEmptyString.t ]) list ]) list | `Timestamp of Timestamp.t ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> ReportGroup.t list
Sourceval of_json : [> Yojson.Safe.t ] -> ReportGroup.t list
Sourceval to_json : ReportGroup.t list -> Yojson.Safe.t