1 2 3
import { VideoShareModel } from '../../models/video/video-share' export type VideoShareModelOnly = Omit<VideoShareModel, 'Actor' | 'Video'>