Variable InputEvent

    InputEvent: {
        prototype: InputEvent;
        new (type: string, eventInitDict?: InputEventInit): InputEvent;
    }