@rbxts/types 1.0.862 → 1.0.864

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.
@@ -5475,8 +5475,6 @@ interface AudioFocusService extends Instance {
5475
5475
  readonly _nominal_AudioFocusService: unique symbol;
5476
5476
  }
5477
5477
  /**
5478
- * - **Tags**: NotBrowsable
5479
- *
5480
5478
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AudioGate)
5481
5479
  */
5482
5480
  interface AudioGate extends Instance {
@@ -1720,8 +1720,6 @@ interface AudioFocusService extends Instance {
1720
1720
  readonly _nominal_AudioFocusService: unique symbol;
1721
1721
  }
1722
1722
  /**
1723
- * - **Tags**: NotBrowsable
1724
- *
1725
1723
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AudioGate)
1726
1724
  */
1727
1725
  interface AudioGate extends Instance {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rbxts/types",
3
- "version": "1.0.862",
3
+ "version": "1.0.864",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },