Values.ExpressionVariableSourceContains expression variable information.
type nonrec t = {name : VariableName.t;The friendly name of the variable to be used in the expression.
*)value : VariableValue.t;The variable that identifies an asset property from which to use values.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of VariableName.t
| `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of ID.t ]) list ]
list
| `String of Macro.t ])
list ])
list ]