aboutsummaryrefslogblamecommitdiffhomepage
path: root/server/types/models/video/local-video-viewer-watch-section.ts
blob: be7a3bba06fff68b117af8dcbfa54d27321413ba (plain) (tree)
1
2
3
4
5




                                                                                                            
import { LocalVideoViewerWatchSectionModel } from '@server/models/view/local-video-viewer-watch-section'

// ############################################################################

export type MLocalVideoViewerWatchSection = Omit<LocalVideoViewerWatchSectionModel, 'LocalVideoViewerModel'>