From b6d34515be40dc31deaa726def031516bccfda3f Mon Sep 17 00:00:00 2001 From: regalijan Date: Thu, 19 Oct 2023 16:49:25 -0400 Subject: [PATCH] Declare GameAppealProps type --- index.d.ts | 7 +++++++ 1 file changed, 7 insertions(+) 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;