PeerTube/shared/models/videos/playlist/video-playlist-element-upda...

5 lines
99 B
TypeScript
Raw Normal View History

2019-02-26 10:55:40 +01:00
export interface VideoPlaylistElementUpdate {
startTimestamp?: number
stopTimestamp?: number
}