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

7 lines
118 B
TypeScript

export interface VideoPlaylistElementCreate {
videoId: number
startTimestamp?: number
stopTimestamp?: number
}