Split types and typings
[oweals/peertube.git] / server / types / models / video / thumbnail.ts
1 import { ThumbnailModel } from '../../../models/video/thumbnail'
2
3 export type MThumbnail = Omit<ThumbnailModel, 'Video' | 'VideoPlaylist'>