Values.WorkerAmountCapabilitySourceThe details of the worker amount capability.
type nonrec t = {name : AmountCapabilityName.t;The name of the worker amount capability.
*)value : Float_.t;The value of the worker amount capability.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Float of Float_.t | `String of AmountCapabilityName.t ])
list ]