Add videos count in channels list
This commit is contained in:
parent
af75e2d8df
commit
1ba471c55f
8 changed files with 63 additions and 18 deletions
|
@ -13,6 +13,8 @@ export interface VideoChannel extends Actor {
|
|||
support: string
|
||||
isLocal: boolean
|
||||
ownerAccount?: Account
|
||||
|
||||
videosCount?: number
|
||||
viewsPerDay?: ViewsPerDate[] // chronologically ordered
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue