Values.SubscribedUserSourceThe subscribed user.
type nonrec t = {id : UserProfileId.t option;The ID of the subscribed user.
*)details : UserProfileDetails.t option;The subscribed user details.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of UserProfileId.t
| `Structure of
(string
* [> `Structure of (string * [> `String of String_.t ]) list ])
list ])
list ]