]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - video-caption-edit.model.ts
732f20158ca734b3f847a74cca4b2ae7cea0d91f
[github/Chocobozzz/PeerTube.git] / video-caption-edit.model.ts
1 export interface VideoCaptionEdit {
2 language: {
3 id: string
4 label?: string
5 }
6
7 action?: 'CREATE' | 'REMOVE'
8 captionfile?: any
9 }