Why this is not allowed? ```public typealias SetVa...
# announcements
t
Why this is not allowed?
Copy code
public typealias SetValue<Value> = Value
"Type alias expands to Value, which is not a class, an interface, or an object"