b5b687550
bb4ba6d94
1 2 3 4
5
6
import { VideoCreate } from '../video-create.model' export interface LiveVideoCreate extends VideoCreate { saveReplay?: boolean permanentLive?: boolean }