mirror of https://github.com/Chocobozzz/PeerTube
6 lines
121 B
TypeScript
6 lines
121 B
TypeScript
|
export interface VideoPlaylistReorder {
|
||
|
startPosition: number
|
||
|
insertAfterPosition: number
|
||
|
reorderLength?: number
|
||
|
}
|