Values.OutputConfigSourceContains one typed output. It is used in the CreateOutput, GetOutput, and Update Output structures.
type nonrec t = {cropping : CroppingConfig.t option;The output config type that applies to the cropping feature.
*)clipping : ClippingConfig.t option;The output config type that applies to the clipping feature.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `String of ResourceDescription.t ]) list ])
list ]