mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Add owner in video channel page
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
import { Actor } from '../actors/actor.model'
|
||||
import { Video } from './video.model'
|
||||
import { Account } from '../actors'
|
||||
|
||||
export interface VideoChannel extends Actor {
|
||||
displayName: string
|
||||
description: string
|
||||
support: string
|
||||
isLocal: boolean
|
||||
ownerAccount?: {
|
||||
id: number
|
||||
uuid: string
|
||||
}
|
||||
ownerAccount?: Account
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user