video-caption-update.model.ts 79 B

1234
  1. export interface VideoCaptionUpdate {
  2. language: string
  3. captionfile: Blob
  4. }