With the work I am doing in #1 I am allowing for a very soft attrs type of map().
I'd prefer this type to be more specific, BUT since the payload is very dynamic and the keys I need to accept are strings, I'm not sure how to best approach this, and so I'm noting the concern here to come back to it.
With the work I am doing in #1 I am allowing for a very soft
attrs
type ofmap()
.I'd prefer this type to be more specific, BUT since the payload is very dynamic and the keys I need to accept are strings, I'm not sure how to best approach this, and so I'm noting the concern here to come back to it.