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