Module Values_0.CustomImagesSource

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