Module Values.SessionActionSummariesSource

Sourcetype nonrec t = SessionActionSummary.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : SessionActionSummary.t list -> [> `List of [> `Structure of (string * [> `Enum of string | `Float of SessionActionProgressPercent.t | `List of [> `Structure of (string * [> `String of String_.t ]) list ] list | `String of SessionActionId.t | `Structure of (string * [> `Structure of (string * [> `Map of ([> `String of String_.t ] * [> `Structure of (string * [> `String of IntString.t ]) list ]) list | `String of EnvironmentId.t ]) list ]) list | `Timestamp of StartedAt.t ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_json : [> Yojson.Safe.t ] -> SessionActionSummary.t list