How do I call InputEvent.inputType in Kotlin/js

I checked the standard library.
Without this attribute in the InputEvent - Kotlin Programming Language, but in the standard WebAPI has this property
InputEvent.inputType - Web APIs | MDN

So how do I call this property? Is there a way to extend it?