Also… The DOM types are declared as interfaces on ...
# multiplatform
n
Also… The DOM types are declared as interfaces on the JVM and
external classes
on the JS platform. So you can’t define them with
actual typealias
on each platform. Is there a way to declare that the actual type doesn’t matter if it’s a class or an interface?