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