1 import { VideoPrivacy } from './video-privacy.enum'
2 import { VideoScheduleUpdate } from './video-schedule-update.model'
4 export interface VideoUpdate {
11 privacy?: VideoPrivacy
13 commentsEnabled?: boolean
14 downloadEnabled?: boolean
16 waitTranscoding?: boolean
20 scheduleUpdate?: VideoScheduleUpdate
21 originallyPublishedAt?: Date | string