aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/videos/live/live-video-create.model.ts
blob: caa7acc17b459642246f73a4e48474b7340feac4 (plain) (blame)
1
2
3
4
5
6
import { VideoCreate } from '../video-create.model'

export interface LiveVideoCreate extends VideoCreate {
  saveReplay?: boolean
  permanentLive?: boolean
}