diff --git a/index.d.ts b/index.d.ts
index 4d4eb1b..9a8c3e8 100644
--- a/index.d.ts
+++ b/index.d.ts
@@ -33,6 +33,13 @@ declare global {
     username: string;
   }
 
+  interface GameAppealProps {
+    reasonForUnban: string;
+    roblox_id: number;
+    roblox_username: string;
+    whatHappened: string;
+  }
+
   interface ReportCardProps {
     attachment: string;
     attachment_loading?: boolean;