aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/videos/video-caption.model.ts
blob: 4695224ce5b3f625a9e36b4057125b05e53fb076 (plain) (blame)
1
2
3
4
5
6
import { VideoConstant } from './video-constant.model'

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