PeerTube/shared/models/videos/live/live-video-update.model.ts

4 lines
60 B
TypeScript

export interface LiveVideoUpdate {
saveReplay?: boolean
}