26e3e98ff
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
import { LiveVideoError } from './live-video-error.enum' export interface LiveVideoSession { id: number startDate: string endDate: string error: LiveVideoError replayVideo: { id: number uuid: string shortUUID: string } }