Make game appeal actions ACTUALLY work now

This commit is contained in:
2023-10-19 16:51:16 -04:00
parent 733d74824d
commit 8778547286
3 changed files with 13 additions and 8 deletions

1
index.d.ts vendored
View File

@ -36,6 +36,7 @@ declare global {
interface GameAppealProps {
created_at: number;
id: string;
reasonForUnban: string;
roblox_id: number;
roblox_username: string;