1
0
Fork 0
peertube/shared/models/videos/playlist/video-playlist-element-crea...

7 lines
118 B
TypeScript
Raw Normal View History

2019-02-26 09:55:40 +00:00
export interface VideoPlaylistElementCreate {
2019-02-28 10:14:26 +00:00
videoId: number
2019-02-26 09:55:40 +00:00
startTimestamp?: number
stopTimestamp?: number
}