]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+admin/friends/shared/friend.model.ts
Add email to pods
[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 4 score: number;
4793c343 5 email: string;
feb4bdfd 6 createdAt: Date;
e2f555ca 7}