import { UserRow } from '@/db.ts'; interface EventData { user: UserRow | undefined; } export type { EventData };