]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - server/types/models/video/local-video-viewer-watch-section.ts
Improve wait transcoding help
[github/Chocobozzz/PeerTube.git] / server / types / models / video / local-video-viewer-watch-section.ts
CommitLineData
b2111066
C
1import { LocalVideoViewerWatchSectionModel } from '@server/models/view/local-video-viewer-watch-section'
2
3// ############################################################################
4
5export type MLocalVideoViewerWatchSection = Omit<LocalVideoViewerWatchSectionModel, 'LocalVideoViewerModel'>