]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/accounts/account.model.ts
Begin videos of an account
[github/Chocobozzz/PeerTube.git] / shared / models / accounts / account.model.ts
CommitLineData
7a7724e6
C
1export interface Account {
2 id: number
3 name: string
4 host: string
5}