]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/plugins/plugin-scope.type.ts
WIP plugins: hook on client side
[github/Chocobozzz/PeerTube.git] / shared / models / plugins / plugin-scope.type.ts
1 export type PluginScope = 'common' | 'video-watch'