]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/plugins/plugin-client-scope.type.ts
Cleanup shared models
[github/Chocobozzz/PeerTube.git] / shared / models / plugins / plugin-client-scope.type.ts
1 export type PluginClientScope =
2 'common' |
3 'video-watch' |
4 'search' |
5 'signup' |
6 'login' |
7 'embed' |
8 'video-edit' |
9 'admin-plugin'