VariableValue type VariableValue = undefined | boolean | number | string | VariableValue[] | {}; Valid types for variables