]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - 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
1import { LocalVideoViewerWatchSectionModel } from '@server/models/view/local-video-viewer-watch-section'
2
3// ############################################################################
4
5export type MLocalVideoViewerWatchSection = Omit<LocalVideoViewerWatchSectionModel, 'LocalVideoViewerModel'>