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

5 lines
99 B
TypeScript

export interface VideoPlaylistElementUpdate {
startTimestamp?: number
stopTimestamp?: number
}