]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - server/types/models/video/video-source.ts
Improve wait transcoding help
[github/Chocobozzz/PeerTube.git] / server / types / models / video / video-source.ts
1 import { VideoSourceModel } from '@server/models/video/video-source'
2
3 export type MVideoSource = Omit<VideoSourceModel, 'Video'>