]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - 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
... / ...
CommitLineData
1export interface Friend {
2 id: string;
3 host: string;
4 score: number;
5 createdDate: Date;
6}