mirror of https://github.com/Chocobozzz/PeerTube
4 lines
60 B
TypeScript
4 lines
60 B
TypeScript
|
export interface LiveVideoUpdate {
|
||
|
saveReplay?: boolean
|
||
|
}
|