Values.RuntimeSessionDataSourceThe list of key-value pairs that are stored on the session.
type nonrec t = {key : NonEmptySensitiveString.t;The key of the data stored on the session.
*)value : RuntimeSessionDataValue.t;The value of the data stored on the session.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of NonEmptySensitiveString.t
| `Structure of
(string * [> `String of NonEmptySensitiveString.t ]) list ])
list ]