Skip to content

Commit

Permalink
Fix UserData.postData argument type
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Dec 21, 2023
1 parent 6e5e28c commit dee7991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/scratch-vm.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@ declare namespace VM {
interface UserData {
_username: string;
getUsername(): string;
postData(data: UserData): void;
postData(data: UserDataData): void;
}

interface VideoProvider {
Expand Down

0 comments on commit dee7991

Please sign in to comment.