Fix the rest of it

This commit is contained in:
2024-05-13 15:01:57 -04:00
parent fe0a03a4a9
commit b46e54d0c3
4 changed files with 5 additions and 6 deletions

4
index.d.ts vendored
View File

@ -36,10 +36,10 @@ declare global {
interface GameAppealProps {
created_at: number;
id: string;
reasonForUnban: string;
reason_for_unban: string;
roblox_id: number;
roblox_username: string;
whatHappened: string;
what_happened: string;
}
interface InactivityNoticeProps {