aboutsummaryrefslogblamecommitdiffhomepage
path: root/shared/models/videos/caption/video-caption.model.ts
blob: d3c73e1a679ae6d8176b75455a6cc07cc87eb543 (plain) (tree)
1
2
3
4
5
6
                                                       




                                 
import { VideoConstant } from '../video-constant.model'

export interface VideoCaption {
  language: VideoConstant<string>
  captionPath: string
}