Module Values.SubscriptionsSource

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