mirror of https://github.com/Chocobozzz/PeerTube
4 lines
139 B
TypeScript
4 lines
139 B
TypeScript
|
import { ThumbnailModel } from '../../../models/video/thumbnail'
|
||
|
|
||
|
export type MThumbnail = Omit<ThumbnailModel, 'Video' | 'VideoPlaylist'>
|