]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/plugins/client/plugin-client-scope.type.ts
Implement signup approval in server
[github/Chocobozzz/PeerTube.git] / shared / models / plugins / client / plugin-client-scope.type.ts
CommitLineData
0ea9f463
C
1export type PluginClientScope =
2 'common' |
3 'video-watch' |
4 'search' |
5 'signup' |
6 'login' |
7 'embed' |
8 'video-edit' |
f8b4a71d 9 'admin-plugin' |
9ca0f688
C
10 'my-library' |
11 'video-channel'