Declare GameAppealProps type
This commit is contained in:
parent
2cd2e76a80
commit
b6d34515be
7
index.d.ts
vendored
7
index.d.ts
vendored
@ -33,6 +33,13 @@ declare global {
|
|||||||
username: string;
|
username: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
interface GameAppealProps {
|
||||||
|
reasonForUnban: string;
|
||||||
|
roblox_id: number;
|
||||||
|
roblox_username: string;
|
||||||
|
whatHappened: string;
|
||||||
|
}
|
||||||
|
|
||||||
interface ReportCardProps {
|
interface ReportCardProps {
|
||||||
attachment: string;
|
attachment: string;
|
||||||
attachment_loading?: boolean;
|
attachment_loading?: boolean;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user