]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - server/types/models/video/local-video-viewer-watch-section.ts
Merge branch 'release/4.2.0' into develop
[github/Chocobozzz/PeerTube.git] / server / types / models / video / local-video-viewer-watch-section.ts
1 import { LocalVideoViewerWatchSectionModel } from '@server/models/view/local-video-viewer-watch-section'
2
3 // ############################################################################
4
5 export type MLocalVideoViewerWatchSection = Omit<LocalVideoViewerWatchSectionModel, 'LocalVideoViewerModel'>