Hi all. I've been playing with exporting interface...
# javascript
a
Hi all. I've been playing with exporting interfaces to JS/TS with KMP version (1.7.10)
Copy code
external interface SomeAPI_JS {
    fun doSomeAction(context: Json?)
}
It seems like kotlin.js.json comes across as
Json
... but the type is undefine? Is this expected behaviour?