]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/plugins/plugin-client-scope.type.ts
(plugins) adding signup scope and init hook, modifying ensureUserRegistrationAllowed...
[github/Chocobozzz/PeerTube.git] / shared / models / plugins / plugin-client-scope.type.ts
1 export type PluginClientScope = 'common' | 'video-watch' | 'search' | 'signup'