]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/plugins/plugin-client-scope.type.ts
Add alert and hide upload view when no upload is possible (#2966)
[github/Chocobozzz/PeerTube.git] / shared / models / plugins / plugin-client-scope.type.ts
1 export type PluginClientScope = 'common' | 'video-watch' | 'search' | 'signup' | 'login'