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 Dec 9, 2024
1 parent aa6c634 commit 947b2dd
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion scripts/globalTypes.LocalUserSecurity.d.luau
Original file line number Diff line number Diff line change
Expand Up @@ -4625,7 +4625,6 @@ declare class Content
Object: Object?
SourceType: EnumContentSourceType
Uri: string?
none: Content
end

declare class DateTime
Expand Down Expand Up @@ -10691,6 +10690,7 @@ declare ColorSequenceKeypoint: {
}

declare Content: {
none: Content,
fromUri: ((uri: string) -> Content),
fromObject: ((object: Object) -> Content),
fromAssetId: ((assetId: number) -> Content),
Expand Down
2 changes: 1 addition & 1 deletion scripts/globalTypes.None.d.luau
Original file line number Diff line number Diff line change
Expand Up @@ -4625,7 +4625,6 @@ declare class Content
Object: Object?
SourceType: EnumContentSourceType
Uri: string?
none: Content
end

declare class DateTime
Expand Down Expand Up @@ -10624,6 +10623,7 @@ declare ColorSequenceKeypoint: {
}

declare Content: {
none: Content,
fromUri: ((uri: string) -> Content),
fromObject: ((object: Object) -> Content),
fromAssetId: ((assetId: number) -> Content),
Expand Down
2 changes: 1 addition & 1 deletion scripts/globalTypes.PluginSecurity.d.luau
Original file line number Diff line number Diff line change
Expand Up @@ -4625,7 +4625,6 @@ declare class Content
Object: Object?
SourceType: EnumContentSourceType
Uri: string?
none: Content
end

declare class DateTime
Expand Down Expand Up @@ -10906,6 +10905,7 @@ declare ColorSequenceKeypoint: {
}

declare Content: {
none: Content,
fromUri: ((uri: string) -> Content),
fromObject: ((object: Object) -> Content),
fromAssetId: ((assetId: number) -> Content),
Expand Down
2 changes: 1 addition & 1 deletion scripts/globalTypes.RobloxScriptSecurity.d.luau
Original file line number Diff line number Diff line change
Expand Up @@ -4625,7 +4625,6 @@ declare class Content
Object: Object?
SourceType: EnumContentSourceType
Uri: string?
none: Content
end

declare class DateTime
Expand Down Expand Up @@ -12634,6 +12633,7 @@ declare ColorSequenceKeypoint: {
}

declare Content: {
none: Content,
fromUri: ((uri: string) -> Content),
fromObject: ((object: Object) -> Content),
fromAssetId: ((assetId: number) -> Content),
Expand Down
2 changes: 1 addition & 1 deletion scripts/globalTypes.d.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4625,7 +4625,6 @@ declare class Content
Object: Object?
SourceType: EnumContentSourceType
Uri: string?
none: Content
end

declare class DateTime
Expand Down Expand Up @@ -12634,6 +12633,7 @@ declare ColorSequenceKeypoint: {
}

declare Content: {
none: Content,
fromUri: ((uri: string) -> Content),
fromObject: ((object: Object) -> Content),
fromAssetId: ((assetId: number) -> Content),
Expand Down
2 changes: 1 addition & 1 deletion 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 947b2dd

Please sign in to comment.