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