]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/plugins/plugin-client-scope.type.ts
Support logout and add id and pass tests
[github/Chocobozzz/PeerTube.git] / shared / models / plugins / plugin-client-scope.type.ts
CommitLineData
ba7b7e57 1export type PluginClientScope = 'common' | 'video-watch' | 'search' | 'signup'