export interface Friend { id: string; host: string; score: number; email: string; createdAt: Date; }