I think you'd want to write it like `Map<Any, S...
# announcements
t
I think you'd want to write it like
Map<Any, String>
Because it's
Map<key, value>
and you don't want to pass your whole
Enum
as a key, just a value from it if I'm not mistaken