Variable UIEvent

    UIEvent: {
        prototype: UIEvent;
        new (type: string, eventInitDict?: UIEventInit): UIEvent;
    }