@rbxts/types 1.0.871 → 1.0.872

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.
@@ -7213,7 +7213,7 @@ interface AvatarEditorService extends Instance {
7213
7213
  * @param humanoidDescription The HumanoidDescription to check if default clothing is required.
7214
7214
  * @returns Returns a HumanoidDescription if default clothing was necessary. Otherwise returns `nil`.
7215
7215
  */
7216
- CheckApplyDefaultClothing(this: AvatarEditorService, humanoidDescription: HumanoidDescription): HumanoidDescription;
7216
+ CheckApplyDefaultClothing(this: AvatarEditorService, humanoidDescription: HumanoidDescription): HumanoidDescription | undefined;
7217
7217
  /**
7218
7218
  * - **ThreadSafety**: Unsafe
7219
7219
  * - **Tags**: Yields
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rbxts/types",
3
- "version": "1.0.871",
3
+ "version": "1.0.872",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },