aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/shared/video-caption/video-caption-edit.model.ts
blob: 732f20158ca734b3f847a74cca4b2ae7cea0d91f (plain) (tree)
1
2
3
4
5
6
7
8
9








                                   
export interface VideoCaptionEdit {
  language: {
    id: string
    label?: string
  }

  action?: 'CREATE' | 'REMOVE'
  captionfile?: any
}