mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Begin video watch design
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { Account } from '../accounts'
|
||||
import { VideoChannel } from './video-channel.model'
|
||||
import { VideoPrivacy } from './video-privacy.enum'
|
||||
|
||||
@@ -13,7 +14,7 @@ export interface VideoFile {
|
||||
export interface Video {
|
||||
id: number
|
||||
uuid: string
|
||||
account: string
|
||||
accountName: string
|
||||
createdAt: Date | string
|
||||
updatedAt: Date | string
|
||||
categoryLabel: string
|
||||
@@ -43,4 +44,5 @@ export interface VideoDetails extends Video {
|
||||
descriptionPath: string
|
||||
channel: VideoChannel
|
||||
files: VideoFile[]
|
||||
account: Account
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user