@rbxts/types 1.0.873 → 1.0.874

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.
@@ -3257,7 +3257,7 @@ interface SubscriptionInfo {
3257
3257
  /**
3258
3258
  * The asset ID of the subscription product icon.
3259
3259
  */
3260
- IconImageAssetID: number;
3260
+ IconImageAssetId: number;
3261
3261
  /**
3262
3262
  * The duration of the subscription (for example, `Month`, `Year`, etc.).
3263
3263
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rbxts/types",
3
- "version": "1.0.873",
3
+ "version": "1.0.874",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },