import { VideoCaptionModel } from '../../../models/video/video-caption' import { PickWith } from '@server/typings/utils' import { VideoModel } from '@server/models/video/video' type Use = PickWith // ############################################################################ export type MVideoCaption = Omit // ############################################################################ export type MVideoCaptionLanguage = Pick export type MVideoCaptionVideo = MVideoCaption & Use<'Video', Pick>