Fix various components

This commit is contained in:
2024-05-12 02:02:41 -04:00
parent 0a68358aac
commit 1c1b5c71af
3 changed files with 21 additions and 4 deletions

1
index.d.ts vendored
View File

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