59c76ffa8
40e87e9ec
4f50475c6
1
2 3 4 5
6
7
import { VideoConstant } from '../video-constant.model' export interface VideoCaption { language: VideoConstant<string> captionPath: string updatedAt: string }