import { VideoLiveModel } from '@server/models/video/video-live' import { PickWith } from '@shared/core-utils' import { MVideo } from './video' type Use = PickWith // ############################################################################ export type MVideoLive = Omit // ############################################################################ export type MVideoLiveVideo = MVideoLive & Use<'Video', MVideo>