Sam Garfinkel
03/18/2023, 4:11 PMT extends string | Record<string, T>
which provides a little more information than just, what in Kotlin, has to be a Map<String, Any>
turansky
03/18/2023, 4:57 PMturansky
03/18/2023, 5:00 PMReadonlyRecord
(also declared in kotlin-wrappers
) must be used instead.