@rbxts/types 1.0.753 → 1.0.754

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.
@@ -2896,3 +2896,9 @@ type AttributeValue =
2896
2896
  | NumberRange
2897
2897
  | Rect
2898
2898
  | Font;
2899
+
2900
+ declare const enum RobloxEmoji {
2901
+ Robux = "",
2902
+ Premium = "",
2903
+ Verified = "",
2904
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rbxts/types",
3
- "version": "1.0.753",
3
+ "version": "1.0.754",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },