aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/videos/video-caption-update.model.ts
blob: ff5728715ef162c00677cbc1982439c8db219269 (plain) (blame)
1
2
3
4
export interface VideoCaptionUpdate {
  language: string
  captionfile: Blob
}