Values.ToolOverrideConstantInputValueSourceA constant input value for tool override.
type nonrec t = {type_ : ToolOverrideInputValueType.t;Override tool input value with constant values
*)value : NonEmptySensitiveString.t;The constant input override value.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of NonEmptySensitiveString.t ])
list ]