]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/admin/friends/shared/friend.model.ts
Pod URL -> pod host. HTTPS is required to make friends.
[github/Chocobozzz/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 }