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