1 2 3 4 5
import { VideoState } from '../video-state.enum' export interface LiveVideoEventPayload { state: VideoState }