Type Alias Expression

Expression:
    | Assignment
    | BinaryOperation
    | Conditional
    | ElementaryTypeNameExpression
    | FunctionCall
    | FunctionCallOptions
    | Identifier
    | IndexAccess
    | IndexRangeAccess
    | Literal
    | MemberAccess
    | NewExpression
    | TupleExpression
    | UnaryOperation