]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/admin/friends/shared/friend.model.ts
Client: add friends page
[github/Chocobozzz/PeerTube.git] / client / src / app / admin / friends / shared / friend.model.ts
1 export interface Friend {
2 url: string;
3 }