@rbxts/types 1.0.936 → 1.0.937
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.
- package/include/roblox.d.ts +1 -1
- package/package.json +1 -1
package/include/roblox.d.ts
CHANGED
|
@@ -3187,8 +3187,8 @@ interface CheckableTypes extends CheckablePrimitives {
|
|
|
3187
3187
|
AdReward: AdReward;
|
|
3188
3188
|
Axes: Axes;
|
|
3189
3189
|
BrickColor: BrickColor;
|
|
3190
|
-
CFrame: CFrame;
|
|
3191
3190
|
CatalogSearchParams: CatalogSearchParams;
|
|
3191
|
+
CFrame: CFrame;
|
|
3192
3192
|
Color3: Color3;
|
|
3193
3193
|
ColorSequence: ColorSequence;
|
|
3194
3194
|
ColorSequenceKeypoint: ColorSequenceKeypoint;
|