@rbxts/types 1.0.870 → 1.0.871

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -29705,7 +29705,7 @@ interface VehicleSeat extends BasePart {
29705
29705
  *
29706
29706
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Camera)
29707
29707
  */
29708
- interface Camera extends Instance {
29708
+ interface Camera extends PVInstance {
29709
29709
  /**
29710
29710
  * **DO NOT USE!**
29711
29711
  *
@@ -8898,7 +8898,7 @@ interface VehicleSeat extends BasePart {
8898
8898
  *
8899
8899
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Camera)
8900
8900
  */
8901
- interface Camera extends Instance {
8901
+ interface Camera extends PVInstance {
8902
8902
  /**
8903
8903
  * **DO NOT USE!**
8904
8904
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rbxts/types",
3
- "version": "1.0.870",
3
+ "version": "1.0.871",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },