1
0
Fork 0
peertube/shared/models/videos/playlist/video-playlist-element-create.model.ts
2019-03-18 11:17:59 +01:00

6 lines
118 B
TypeScript

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