]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/videos/caption/video-caption-update.model.ts
ff5728715ef162c00677cbc1982439c8db219269
[github/Chocobozzz/PeerTube.git] / shared / models / videos / caption / video-caption-update.model.ts
1 export interface VideoCaptionUpdate {
2 language: string
3 captionfile: Blob
4 }