mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-20 11:48:31 -06:00
5 lines
86 B
TypeScript
5 lines
86 B
TypeScript
export interface LiveVideoUpdate {
|
|
permanentLive?: boolean
|
|
saveReplay?: boolean
|
|
}
|