]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/accounts/account.model.ts
Handle follow/accept
[github/Chocobozzz/PeerTube.git] / shared / models / accounts / account.model.ts
1 export interface Account {
2 id: number
3 name: string
4 host: string
5 }