3c23feebca7fce795a4b690a7022e9b0ff321816
[oweals/peertube.git] / client / src / app / admin / friends / shared / friend.model.ts
1 export interface Friend {
2   id: string;
3   host: string;
4   score: number;
5   createdDate: Date;
6 }