import { PickWith } from '@shared/typescript-utils' import { ThumbnailModel } from '../../../models/video/thumbnail' import { MVideo } from './video' type Use = PickWith // ############################################################################ export type MThumbnail = Omit // ############################################################################ export type MThumbnailVideo = MThumbnail & Use<'Video', MVideo>