Chocobozzz/PeerTube

View on GitHub
packages/models/src/videos/caption/video-caption-update.model.ts

Summary

Maintainability
A
0 mins
Test Coverage
export interface VideoCaptionUpdate {
  language: string
  captionfile: Blob
}