Type Alias VariableExpressionType

VariableExpressionType:
    | "array"
    | "base64encodedinlined"
    | "bool"
    | "int"
    | "keyvaluelist"
    | "list"
    | "number"
    | "object"
    | "string"

Variable types