Accept multiple types of appeals
This commit is contained in:
3
index.d.ts
vendored
3
index.d.ts
vendored
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user