e2f555cab
888973612
49abbbbed
feb4bdfd9
1
2
3
4
5
6
export interface Friend { id: string; host: string; score: number; createdAt: Date; }