1
0
Fork 0
peertube/shared/models/videos/playlist/video-playlist-element-update.model.ts

5 lines
99 B
TypeScript
Raw Normal View History

2019-02-26 04:55:40 -05:00
export interface VideoPlaylistElementUpdate {
startTimestamp?: number
stopTimestamp?: number
}