aboutsummaryrefslogblamecommitdiffhomepage
path: root/shared/models/videos/playlist/video-playlist-element-create.model.ts
blob: c31702892e0247bc89e35f7c73e274851500afd2 (plain) (tree)
1
2
3
4
5
6
                                             

                 


                         
export interface VideoPlaylistElementCreate {
  videoId: number

  startTimestamp?: number
  stopTimestamp?: number
}