Values.TransformationToolSourceInformation of the transformation tool that can be used to migrate and modernize the application.
type nonrec t = {description : TranformationToolDescription.t option;Description of the tool.
*)name : TransformationToolName.t option;Name of the tool.
*)tranformationToolInstallationLink : TranformationToolInstallationLink.t option;URL for installing the tool.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of TranformationToolDescription.t ])
list ]