Module Values.ActSummariesSource

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