Accept multiple types of appeals

This commit is contained in:
2025-08-03 01:14:02 -04:00
parent bcd07299c5
commit 5ba59ff596
3 changed files with 34 additions and 9 deletions

3
index.d.ts vendored
View File

@ -15,7 +15,7 @@ declare global {
event_id: string;
event_type: string;
token: string;
}
};
type RequestContext = EventContext<Env, string, { [k: string]: any }>;
@ -39,6 +39,7 @@ declare global {
reason_for_unban: string;
roblox_id: number;
roblox_username: string;
type: string;
what_happened: string;
}