Chocobozzz/PeerTube

View on GitHub
packages/models/src/videos/playlist/video-playlist-element-update.model.ts

Summary

Maintainability
A
0 mins
Test Coverage
export interface VideoPlaylistElementUpdate {
  startTimestamp?: number
  stopTimestamp?: number
}