Type alias VRState

VRState: "unavailable" | "available" | "presenting"

The state of the VR feature, represented by a value from the following list:
- 'unavailable'
- 'available'
- 'presenting'