Fix various components
This commit is contained in:
1
index.d.ts
vendored
1
index.d.ts
vendored
@ -20,6 +20,7 @@ declare global {
|
||||
type RequestContext = EventContext<Env, string, { [k: string]: any }>;
|
||||
|
||||
interface AppealCardProps {
|
||||
approved: number | null;
|
||||
ban_reason: string;
|
||||
created_at: number;
|
||||
id: string;
|
||||
|
Reference in New Issue
Block a user