Edit: the most likely one is `js.objects.Record` What's the correct type to describe ```{ [key: str...
e
Edit: the most likely one is
js.objects.Record
What's the correct type to describe
Copy code
{ [key: string]: string }
using kotlin-wrappers JS types?
a
t
Also we have
ReadonlyRecord
😉 In most cases
ReadonlyRecord
is what you need
e
@turansky yup, I was using Record, but the readonly version is the right one, thanks!