2018-08-14 14:59:53 +02:00
|
|
|
import { VideoConstant } from '../video-constant.model'
|
2018-07-12 19:02:00 +02:00
|
|
|
|
|
|
|
export interface VideoCaption {
|
|
|
|
language: VideoConstant<string>
|
|
|
|
captionPath: string
|
2022-07-25 10:45:22 +02:00
|
|
|
updatedAt: string
|
2018-07-12 19:02:00 +02:00
|
|
|
}
|