]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+videos/+video-edit/shared/video-edit.type.ts
Translate plugin settings
[github/Chocobozzz/PeerTube.git] / client / src / app / +videos / +video-edit / shared / video-edit.type.ts
1 export type VideoEditType = 'update' | 'upload' | 'import-url' | 'import-torrent' | 'go-live'