bbe0f0645
22a73cb87
1 2 3 4
5
6
import { VideoPrivacy } from './video-privacy.enum' export interface VideoScheduleUpdate { updateAt: Date | string privacy?: VideoPrivacy.PUBLIC | VideoPrivacy.UNLISTED | VideoPrivacy.INTERNAL // Cannot schedule an update to PRIVATE }