Skip to content

Commit

Permalink
Update types dump
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyMorganz authored and github-actions[bot] committed Jan 26, 2025
1 parent a8b27fc commit 5043fff
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions scripts/globalTypes.LocalUserSecurity.d.luau
Original file line number Diff line number Diff line change
Expand Up @@ -10656,7 +10656,7 @@ declare PhysicalProperties: {
}

declare Axes: {
new: ((axes: any) -> Axes),
new: ((...EnumAxis | EnumNormalId) -> Axes),
}

declare Region3: {
Expand Down Expand Up @@ -10689,7 +10689,7 @@ declare CFrame: {
}

declare Faces: {
new: ((normalIds: any) -> Faces),
new: ((...EnumNormalId) -> Faces),
}

declare Rect: {
Expand Down
4 changes: 2 additions & 2 deletions scripts/globalTypes.None.d.luau
Original file line number Diff line number Diff line change
Expand Up @@ -10589,7 +10589,7 @@ declare PhysicalProperties: {
}

declare Axes: {
new: ((axes: any) -> Axes),
new: ((...EnumAxis | EnumNormalId) -> Axes),
}

declare Region3: {
Expand Down Expand Up @@ -10622,7 +10622,7 @@ declare CFrame: {
}

declare Faces: {
new: ((normalIds: any) -> Faces),
new: ((...EnumNormalId) -> Faces),
}

declare Rect: {
Expand Down
4 changes: 2 additions & 2 deletions scripts/globalTypes.PluginSecurity.d.luau
Original file line number Diff line number Diff line change
Expand Up @@ -10871,7 +10871,7 @@ declare PhysicalProperties: {
}

declare Axes: {
new: ((axes: any) -> Axes),
new: ((...EnumAxis | EnumNormalId) -> Axes),
}

declare Region3: {
Expand Down Expand Up @@ -10904,7 +10904,7 @@ declare CFrame: {
}

declare Faces: {
new: ((normalIds: any) -> Faces),
new: ((...EnumNormalId) -> Faces),
}

declare Rect: {
Expand Down
4 changes: 2 additions & 2 deletions scripts/globalTypes.RobloxScriptSecurity.d.luau
Original file line number Diff line number Diff line change
Expand Up @@ -12613,7 +12613,7 @@ declare PhysicalProperties: {
}

declare Axes: {
new: ((axes: any) -> Axes),
new: ((...EnumAxis | EnumNormalId) -> Axes),
}

declare Region3: {
Expand Down Expand Up @@ -12646,7 +12646,7 @@ declare CFrame: {
}

declare Faces: {
new: ((normalIds: any) -> Faces),
new: ((...EnumNormalId) -> Faces),
}

declare Rect: {
Expand Down
4 changes: 2 additions & 2 deletions scripts/globalTypes.d.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12613,7 +12613,7 @@ declare PhysicalProperties: {
}

declare Axes: {
new: ((axes: any) -> Axes),
new: ((...EnumAxis | EnumNormalId) -> Axes),
}

declare Region3: {
Expand Down Expand Up @@ -12646,7 +12646,7 @@ declare CFrame: {
}

declare Faces: {
new: ((normalIds: any) -> Faces),
new: ((...EnumNormalId) -> Faces),
}

declare Rect: {
Expand Down
4 changes: 2 additions & 2 deletions scripts/globalTypes.d.luau

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5043fff

Please sign in to comment.