<@U0CLKFTD3> Does it work if you define the alias ...
# announcements
b
@dimsuz Does it work if you define the alias with a generic?
typealias MyData<K> = Map<K,List<Int>>
and then
MyData<Custom>
?