1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 02:39:33 +02:00
Peertube/shared/models/videos/playlist/video-playlist-element-update.model.ts
2019-03-18 11:17:59 +01:00

4 lines
99 B
TypeScript

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