aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/plugins/plugin-client-scope.type.ts
blob: d112434e89f973a06f7b35ceb663ac1c5e887c4c (plain) (blame)
1
export type PluginClientScope = 'common' | 'video-watch' | 'search' | 'signup' | 'login'