]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/admin/friends/shared/friend.model.ts
Client: allow to copy magnet uri
[github/Chocobozzz/PeerTube.git] / client / src / app / admin / friends / shared / friend.model.ts
CommitLineData
e2f555ca 1export interface Friend {
88897361 2 id: string;
e2f555ca 3 url: string;
88897361
C
4 score: number;
5 createdDate: Date;
e2f555ca 6}