Variable TouchEvent

    TouchEvent: {
        prototype: TouchEvent;
        new (type: string, eventInitDict?: TouchEventInit): TouchEvent;
    }