[kotlin - Can we expose interfaces from `commonMai...
# javascript
n
[kotlin - Can we expose interfaces from
commonMain
to JS that can be implemented in Typescript? - Stack Overflow](https://stackoverflow.com/questions/79786639/can-we-expose-interfaces-from-commonmain-to-js-that-can-be-implemented-in-type)
t
You can expect/actual interfaces in that case 😉
As result - interface will be external in JS
n
I see, yea a bit boiler platy but looks like its going to work. Thanks again!