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