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-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
}