import { VideoFileModel } from '../../../models/video/video-file' import { PickWith, PickWithOpt } from '../../utils' import { MVideo, MVideoUUID } from './video' import { MVideoRedundancyFileUrl } from './video-redundancy' export type MVideoFile = Omit export type MVideoFileVideo = MVideoFile & PickWith export type MVideoFileVideoUUID = MVideoFile & PickWith export type MVideoFileRedundanciesOpt = MVideoFile & PickWithOpt