Declare GameAppealProps type

This commit is contained in:
2023-10-19 16:49:25 -04:00
parent 2cd2e76a80
commit b6d34515be

7
index.d.ts vendored
View File

@ -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;