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