1 import { VideoPrivacy } from './video-privacy.enum'
2 import { VideoScheduleUpdate } from './video-schedule-update.model'
4 export interface VideoCreate {
12 waitTranscoding?: boolean
15 commentsEnabled?: boolean
16 downloadEnabled?: boolean
18 scheduleUpdate?: VideoScheduleUpdate
19 originallyPublishedAt: Date | string