<@UB2J9BQA0>: How do I specify the value type of a...
# development
f
@hundreds-father-404: How do I specify the value type of a
dict
option to be an enum?
member_type
does not seem to work. are they just a string->string map?
h
I think it’s
Any -> Any
afaict
There indeed is no
member_type
dict
isn’t as robust as the other options types
👍 1
a
if this is a pattern we use more than once we could consider building support for it into member_type