1 2 3 4 5 6
import { VideoConstant } from '../video-constant.model' export interface VideoCaption { language: VideoConstant<string> captionPath: string }