Type Alias VariableExpression

VariableExpression: IExpressionProps & {
    expressionType: Variable;
    name: string;
}