]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/actors/account.model.ts
Add scores to follows and remove bad ones
[github/Chocobozzz/PeerTube.git] / shared / models / actors / account.model.ts
1 import { Actor } from './actor.model'
2
3 export interface Account extends Actor {
4 displayName: string
5 }