]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - playlist-element-object.ts
b85e4fe194108dec0519448cd3d5eb772b7ce822
[github/Chocobozzz/PeerTube.git] / playlist-element-object.ts
1 export interface PlaylistElementObject {
2 id: string
3 type: 'PlaylistElement'
4
5 url: string
6 position: number
7
8 startTimestamp?: number
9 stopTimestamp?: number
10 }