Module Values.CostEstimatesSource

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