Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Declare GameAppealProps type
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent 2cd2e76 commit b6d3451
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.d.ts
Expand Up @@ -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;
Expand Down

0 comments on commit b6d3451

Please sign in to comment.