@rbxts/types 1.0.755 → 1.0.756

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.
@@ -2775,7 +2775,7 @@ interface AudioAnalyzer extends Instance {
2775
2775
  /**
2776
2776
  * Tags: CustomLuaState
2777
2777
  */
2778
- GetSpectrum(this: AudioAnalyzer): unknown;
2778
+ GetSpectrum(this: AudioAnalyzer): Array<number>;
2779
2779
  }
2780
2780
 
2781
2781
  interface AudioChorus extends Instance {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rbxts/types",
3
- "version": "1.0.755",
3
+ "version": "1.0.756",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },