export type UserDetail = { username: string | null; email: string; full_name: string; messages: number; conversations: number; last_activity: string; };