Values.FleetAmountCapabilitySourceThe fleet amount and attribute capabilities.
type nonrec t = {name : AmountCapabilityName.t;The name of the fleet capability.
*)min : Float_.t;The minimum amount of fleet worker capability.
*)max : Float_.t option;The maximum amount of the fleet worker capability.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Float of Float_.t | `String of AmountCapabilityName.t ])
list ]