aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/videos/live/live-video-update.model.ts
blob: a39c44797cdd6ca3f4cfb1fb8566f32b467e8ff5 (plain) (blame)
1
2
3
4
export interface LiveVideoUpdate {
  permanentLive?: boolean
  saveReplay?: boolean
}