Remove uneccessary details to link titles
[oweals/peertube.git] / server / typings / models / video / thumbnail.ts
1 import { ThumbnailModel } from '../../../models/video/thumbnail'
2
3 export type MThumbnail = Omit<ThumbnailModel, 'Video' | 'VideoPlaylist'>