Module Values.PurchasedDevicesMapSource

Sourcetype nonrec t = (DevicePlatform.t * Integer.t) list
Sourceval make : 'a -> 'a
Sourceval of_header : (Base.String.t * string) list -> (DevicePlatform.t * int) list
Sourceval to_value : (DevicePlatform.t * 'a) list -> [> `Map of ([> `Enum of string ] * [> `Integer of 'a ]) list ]
Sourceval to_query : (DevicePlatform.t * int) list -> Awso.Client.Query.t
Sourceval to_header : 'a -> 'b
Sourceval of_xml : 'a -> 'b
Sourceval of_json : Yojson.Safe.t -> (DevicePlatform.t * int) list
Sourceval to_json : (DevicePlatform.t * int) list -> Yojson.Safe.t