]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+admin/friends/shared/friend.model.ts
Use typescript standard and lint all files
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / friends / shared / friend.model.ts
CommitLineData
e2f555ca 1export interface Friend {
df98563e
C
2 id: string
3 host: string
4 score: number
5 email: string
6 createdAt: Date
e2f555ca 7}