aboutsummaryrefslogblamecommitdiffhomepage
path: root/server/types/models/video/video-source.ts
blob: 0948f3b2e0a3af5b21db1a9fef4e1c5344c3f177 (plain) (tree)
1
2
3


                                                                    
import { VideoSourceModel } from '@server/models/video/video-source'

export type MVideoSource = Omit<VideoSourceModel, 'Video'>