Variable DeviceOrientationEvent

    DeviceOrientationEvent: {
        prototype: DeviceOrientationEvent;
        new (
            type: string,
            eventInitDict?: DeviceOrientationEventInit,
        ): DeviceOrientationEvent;
    }

    Type declaration