aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/videos/playlist/video-playlist-element-update.model.ts
blob: 15a30fbdce9a3dc9d5a25c2cd304f38ed5807742 (plain) (blame)
1
2
3
4
export interface VideoPlaylistElementUpdate {
  startTimestamp?: number
  stopTimestamp?: number
}